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
G
 Get, ngSettings
 GetAlt
 GetAPI, ngApplication
 GetAPIAll, ngApplication
 GetAPIAllByStrVersion, ngApplication
 GetAPIByStrVersion, ngApplication
 GetAttribute, ngFieldDef
 GetBrowser, ngWebBrowser
 GetCaretPos
 GetChecked, ngList
 GetClientRect
 GetColor
 GetCommandValueNames, ngViewModel
 GetCommandValueNamesByFieldAttrs, ngViewModel
 GetDate
 GetDisplayName, ngFieldDef
 GetDocument, ngWebBrowser
 GetFieldByID, ngViewModel
 GetFieldValueByID, ngViewModel
 GetHint
 GetIdByPage, ngPages
 GetImg
 GetItemFocus, ngList
 GetLang, ngApplication
 GetLength, ngPageList
 GetMenu, ngMenu
 GetMenuItemByID, ngMenu
 GetNum, ngEditNum
 GetPageByControl, ngPages
 GetPageById, ngPages
 GetPageByText, ngPages
 GetPageObjByControl, ngPages
 GetPageObjById, ngPages
 GetPageTopItems, ngPageList
 GetParam, ngRPC
 GetPath, ngList
 GetRPC
 GetScreenRect, ngMenu
 GetSelected
 GetText
 GetTypedDefaultValue, ngFieldDef
 GetTypedValue, ngFieldDef
 GetURL, ngWebBrowser
 GetValues, ngViewModel
 getViewModelById
H
 Hide, ngWindow
 HideDropDown, ngEdit
 HideMenu, ngMenu
 HideSubMenu, ngMenu
I
 IndexOf, ngList
 Insert, ngList
 InvalidateData, ngPageList
 InvalidateDataSet
 InvokeLater, ngApplication
 IsDayEnabled, ngCalendar
 IsDynamicData, ngPageList
 IsItemSelected, ngList
 IsMaximized
 IsMinimized
 IsNextPageAvailable, ngPageList
 IsPrevPageAvailable, ngPageList
 IsValid, ngViewModel
 IsValidName, ngSettings
L
 LastPage, ngPageList
 LastVisibleItem, ngList
 Load, ngSettings
M
 Maximize
 MenuClick, ngMenu
 MessageBox, ngApplication
 Minimize
Gets setting.
Gets alt text.
Gets alt text.
Gets alt text.
Gets alt text.
Gets alt text.
Gets alt text.
Gets application API by selected id.
Gets all application API by selected id.
Gets all APIs which matches exact string version.
Gets exact application API by its string version.
Gets field attribute.
Gets browser IFRAME element.
Gets caret position.
Gets caret position.
Gets references to all checked items.
Gets client rectangle dimensions.
Gets client rectangle dimensions.
Gets client rectangle dimensions.
Gets client rectangle dimensions.
c.GetColor = function()
Gets edited color value.
c.GetColor = function()
Gets edited color value.
c.GetColor = function()
Gets edited color value.
Gets value names for specified command.
Gets value names for specified command based on field attribute ‘Command’.
c.GetDate = function()
Gets edited date.
c.GetDate = function()
Gets edited date.
Gets field DisplayName.
Gets browser document object.
Gets field in ViewModel based on property ID.
Gets ViewModel value based on property ID.
Gets hint text.
Gets hint text.
Gets page id by page index.
Gets image.
Gets image.
Gets image.
Gets focused item.
Gets existing application language.
Gets number of items in list.
Gets (or creates) menu item.
Gets menu item by given ID.
c.GetNum = function()
Gets number.
Gets page index by control placed on page.
Gets page index by page id.
Gets page index by page text caption.
Gets page object by control placed on page.
Gets page object by page id.
Provides access to top level items on current page.
Gets value of request parameter.
Gets/creates items by specified path.
Gets current ngRPC for server data loading if dynamic.
Gets current ngRPC for ViewModel requests.
Gets menu allowed screen rectangle (used for proper menu alignment).
Gets selected dates as indexed array.
Gets references to all selected items.
Gets text content.
Gets edit text.
Gets text content.
Gets memo text.
Gets text content.
Gets hint text.
Gets window caption.
Gets field typed default value.
Gets field typed value.
Gets browser URL.
Gets values from ViewModel.
function getViewModelById(id)
Get ViewModel instance by its ID.
Makes a window invisible.
Hides drop down.
Hides menu (and all superior or child menus with AutoPopup=true).
Hides item submenu.
Returns the index of the item in list.
Inserts new item at the position specified by index.
Invalidates loaded data from server.
Indicated that fresh data is requested from server on data update.
this.InvalidateDataSet = ngfd_InvalidateDataSet; this.DoSerialize = ngfd_DataSetFieldSerialize; this.DoDeserialize = ngfd_DataSetFieldDeserialize; } if(
   typeof ngUserControls = == 'undefined'
) ngUserControls = new Array(); ngUserControls['viewmodel'] =
Indicated that fresh data is requested from server on data update.
Invokes event after all remaining JavaScript code is executed and flow is returned back to browser.
Determines if specified date is available for selection.
Determines if list is using dynamic data from server.
Determines if given item is selected.
Determines if split panel is maximized.
Determines if window is maximized.
Determines if split panel is minimized.
Determines if window is miminized.
Checks if next page is available.
Checks if previous page is available.
Tests if all (or selected) ViewModel’s properties are valid.
Checks if given name is a valid setting name.
Switches to last page.
Locates last visible item in a list.
Sends settings load request to the server.
Maximizes split panel.
Expands the window to its maximal size.
Clicks the menu item.
Displays a message to user.
Minimizes split panel.
Shrinks the window.
Close