Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 Add, ngList
 AddControls, ngControls
 AddEvent
 AddItemControl, ngList
 AddItems, ngList
 Alert, ngApplication
 Align, ngControl
 append, ngStringBuilder
 Assign, ngViewModel
 Attach, ngControl
B
 BeginProcess, ngProgressBar
 BeginUpdate
 BeginUpdateParams, ngApplication
 BorderCollision, ngHint
 BoundRectCollision, ngHint
C
 CalcAutoSize
 Call, ngApplication
 CallServer, ngApplication
 CallServerEx, ngApplication
 CancelCommand, ngViewModel
 Center, ngWindow
 Check
 CheckAll, ngList
 CheckItem, ngList
 clear, ngStringBuilder
 Clear
 clearParams, ngRPC
 ClearSelected
 Click
 ClickItem, ngList
 Close, ngWindow
 Collapse, ngList
 CollapseAll, ngList
 Command, ngViewModel
 Confirm, ngApplication
 Create
 CreateItemControls, ngList
 CreateSubMenu, ngMenu
 CtrlBringToFront
 CtrlInheritsFrom
 CtrlInsertAfter
 CtrlInsertBefore
 CtrlSendToBack
D
 Delete, ngList
 Deserialize, ngFieldDef
 Disable
 Dispose
 DoDown, ngEditNum
 DoUp, ngEditNum
E
 EditString, ngFieldDef
 Elipsis, stdEditBoxBtn
 Ellipsis, weEditBoxBtn
 Elm
 empty, ngStringBuilder
 Enable
 EndProcess, ngProgressBar
 EndUpdate
 EndUpdateParams, ngApplication
 Errors, ngViewModel
 Expand, ngList
 ExpandAll, ngList
F
 FindItem, ngList
 FindItemByID, ngList
 FirstPage, ngPageList
 FirstVisibleItem, ngList
 FormatDate
 FormatError, ngFieldDef
 FormatString, ngFieldDef
 FormatTime, ngEditTime
Adds new item at the end of the list.
this.AddControls = function(defs,
parent)
Adds controls.
Adds new function to the event handler (callback).
Adds new function to the event handler (callback).
Adds new function to the event handler (callback).
Adds control to ItemsControls array.
Adds multiple items (even recursive) at the end of the list.
Displays a message to user.
Aligns control to its position.
this.append = function (value)
Appends the given value to the end of this instance.
Assigns settings and values from another ViewModel.
Attaches control to DIV container.
Starts waiting animation.
Prevents the updating of the calendar until the EndUpdate method is called.
Prevents the updating of the list until the EndUpdate method is called.
Prevents the updating of the menu until the EndUpdate method is called.
Prevents the updating of the menu until the EndUpdate method is called.
Starts updating settings.
Prevents the updating of application client parameters until the EndUpdateParams method is called.
Calculates the border overflow of popup.
Calculates the collision of popup and given boundary rectangle.
Calculates automatic window dimensions.
Calculates automatic window dimensions.
Call application on another URL.
Call server on specified URL.
Call server on specified URL with parameters.
Cancels running command.
Centers the window.
Sets new button check state.
Sets new button check state.
Checks all items in tree.
Sets item check state.
this.clear = function ()
Clears the string buffer.
Sets field value to undefined.
Deletes all items from the list.
Clears all settings.
Clears RPC parameters.
Clears selected dates.
Clears selection.
Clicks the button.
Clicks the button.
Clicks the item.
Closes the window.
Collapses an item.
Collapses all items in tree.
Sends command to the server.
this.Confirm=function(t)
Displays a message with Yes or No buttons to user.
Creates control DIV container.
Creates control.
Converts Controls definition into real controls.
Creates item submenu.
void CtrlBringToFront (object ctrl)
void CtrlBringToFront (object ctrl)
Checks if control is inherited from given type.
Checks if control is inherited from given type.
void CtrlInsertAfter (object ctrl, object whichctrl)
void CtrlInsertAfter (object ctrl, object whichctrl)
void CtrlInsertBefore (object ctrl, object whichctrl)
void CtrlInsertBefore (object ctrl, object whichctrl)
void CtrlSendToBack (object ctrl)
void CtrlSendToBack (object ctrl)
Removes item at specified index from list.
Imports (and converts) given value to ViewModel.
Disables control.
Disables control.
Destroys the control.
this.Dispose = function()
Destroys all controls.
Destroys the control.
c.DoDown = function()
Decrease value by Step.
c.DoUp = function()
Increase value by Step.
Converts given value to string suitable for editation according to field type.
c.Elipsis=function()
Invokes elipsis.
c.Ellipsis=function()
Invokes ellipsis.
Gets access to application container DIV element object.
Gets access to container DIV element object.
obj.Elm = function()
Gets access to container DIV element object.
this.empty = function ()
Tests if string buffer is empty.
Enables control.
Enables control.
Ends waiting animation.
Performs the repaints deferred by a call to BeginUpdate.
Performs the repaints deferred by a call to BeginUpdate.
Performs the repaints deferred by a call to BeginUpdate.
Performs the repaints deferred by a call to BeginUpdate.
Ends settings update.
Performs application client parameters update deferred by a call to BeginUpdateParams.
Gets textual description of ViewModel’s errors.
Expands an item.
Expands all items in tree.
Locates an item in list by given key.
Locates an item by given ID.
Switches to first page.
Locates first visible item in a list.
Formats date to string.
c.FormatDate = function(d)
Formats date to string.
Formats ViewModel error object to one or more text messages.
Converts given value to string according to field type.
c.FormatTime = function(d)
Formats date to string.
Close