Variable 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
 Align, ngListCol
 AlignAutoUpdate, ngAlignPanel(ngAlignFrame)
 AllowGrayed
 Alt
 Anchor, ngHint
 Anchors, ngHint
 AppCopyright, ngAboutDlg
 AppIcons, weAppButton
 AppInfo
 AppName, ngAboutDlg
 AppPath, ngApplication
 AppText, ngAboutDlg
 AppVersion, ngAboutDlg
 Arrows, ngEditNum
 ArrowsAlign, ngEditNum
 AsyncData, ngPageList
 AsyncDataRetryCnt, ngPageList
 AsyncDataTimeout, ngPageList
 AsyncDataURL, ngPageList
 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
 BlockedDates, ngCalendar
 BlockedWeekDays, ngCalendar
 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.
...
...
...
...
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Alt
...
this.Anchor
...
this.Anchors
...
AppCopyright: appcopy
...
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
...
c.AsyncData
...
c.AsyncDataRetryCnt
...
c.AsyncDataTimeout
...
c.AsyncDataURL
...
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.
this.BlockedDates
...
this.BlockedWeekDays
...
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