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
 AboutComponents, ngAboutDlg
 AboutLibraries, ngAboutDlg
 AboutReleaseNotes, ngAboutDlg
 AboutSystemInfo, ngAboutDlg
 AboutTrademarks, ngAboutDlg
 Action, ngButton
 ActiveCommand, ngViewModel
 ActiveSubMenu, ngMenu
 Add, ngList
 AddControls, ngControls
 AddEvent
 AddItemControl, ngList
 AddItems, ngList
 Alert, ngApplication
 Align
 AlignAutoUpdate, ngAlignPanel(ngAlignFrame)
 AllowGrayed
 Alt
 Anchor, ngHint
 Anchors, ngHint
 AppCopyright, ngAboutDlg
 append, ngStringBuilder
 AppIcons, weAppButton
 AppInfo
 AppName, ngAboutDlg
 AppPath, ngApplication
 AppText, ngAboutDlg
 AppVersion, ngAboutDlg
 Array functions
 Arrows, ngEditNum
 ArrowsAlign, ngEditNum
 Assign, ngViewModel
 AsyncData, ngPageList
 AsyncDataRetryCnt, ngPageList
 AsyncDataTimeout, ngPageList
 AsyncDataURL, ngPageList
 Attach, ngControl
 Attrs, ngFieldDef
 AutoHideTimeout, ngHint
 AutoMaximize, ngSplitPanel
 AutoMinimize, ngSplitPanel
 AutoPopup
 AutoSelectFirstItem, ngPageList
 AutoSize
 AutoSizeMode, ngText
 AutoTrim, ngFieldDef
B
 B, ngControl
 BackgroundColor, ngWindow
 BarImg, ngProgressBar
 BaseClassName, ngControl
 basic.js
 BeginProcess, ngProgressBar
 BeginUpdate
 BeginUpdateParams, ngApplication
 BlockedDates, ngCalendar
 BlockedWeekDays, ngCalendar
 BorderCollision, ngHint
 BoundRectCollision, ngHint
 Bounds, ngControl
 Button, ngDropPanel
 ButtonDef, ngMenuBar
 ButtonDown, ngEditNum
 Buttons
 ButtonUp, ngEditNum
AboutComponents: null
...
AboutLibraries: null
...
AboutReleaseNotes: null
...
AboutSystemInfo: null
...
AboutTrademarks: null
...
this.Action
...
this.ActiveCommand
Current running server-side command.
Reference to active submenu.
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.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Anchor
...
this.Anchors
...
AppCopyright: appcopy
...
this.append = function (value)
Appends the given value to the end of this instance.
function Create_weAppButton(
   def,
   ref,
   parent
) { var th=theme(def); var img=(th ? winimages.AppButtonLight : winimages.AppButtonDark); var appimages=winimages.AppIcons[th]; ng_MergeDef(def, { className: (th ? 'weAppButtonLight' : 'weAppButtonDark'), W: img.W }); if((typeof def.Menu === 'object')&&(def.Menu)) { ng_MergeDef(def, { Data: { MenuVAlign: 'bottom', MenuHAlign: 'center', MenuOverlapY: 10 }, Menu: { } }); } var c=ngCreateControlAsType(def, 'ngButton', ref, parent); if(c) { c.OnGetImg = function(b, idx) { var image; switch(idx) { case 0: image=b.LeftImg; break; case 1: image=b.MiddleImg; break; case 2: image=b.RightImg; break; case -1: image=b.Img; var images=b.AppImages; if(!images) images=appimages; if(typeof image === 'string') image=images[image]; break; } return image; } c.MiddleImg=img; } return c; } ngRegisterControlType('weAppButton', function(def,ref,parent) { return Create_weAppButton(def,ref,parent); })
...
AppInfo: { className: (th ? 'weTextListBoxLight' : 'weTextListBoxDark')+' weAboutList', Type: 'weListBox', Theme: th, H: 150, Data: { DefaultIndent: 0 }, OverrideEvents: { OnGetTreeImg: function(list,item,id) { return((list.selected[id] && !th)||(!list.selected[id] && th) ? winimages.AboutTreeImgLight : winimages.AboutTreeImgDark); } } }
weList
ngList
AppName: appname
...
this.AppPath
...
AppText: ''
...
AppVersion: appver
...
Assigns settings and values from another ViewModel.
c.AsyncData
...
c.AsyncDataRetryCnt
...
c.AsyncDataTimeout
...
c.AsyncDataURL
...
Attaches control to DIV container.
this.Attrs
Field extended attributes.
Defines the timeout in milliseconds when hint automatically hides itself (0=disabled).
this.AutoMaximize
...
this.AutoMinimize
...
If true the menu handles its visibility by itself.
c.AutoPopup
If TRUE the menu is automaticaly poped up when mouse enters the button.
c.AutoSelectFirstItem
...
...
this.AutoSize
...
this.AutoSize
...
this.AutoSize
...
this.AutoSize
...
this.AutoSize
...
this.AutoSize
...
this.AutoSize
...
this.AutoSizeMode
...
Type of automatic string trim.
...
this.BackgroundColor
...
this.BarImg
...
obj.BaseClassName
Control CSS base class.
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.
this.BlockedDates
...
this.BlockedWeekDays
...
Calculates the border overflow of popup.
Calculates the collision of popup and given boundary rectangle.
obj.Bounds
Specifies the position of the control.
this.Button
...
Definition of menubar buttons.
c.ButtonDown
...
this.Buttons
...
ngToolBar
this.Buttons
...
ngToolBar
ngToolBar
c.ButtonUp
...
Close