Constant 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
 ADJUST_BODY_SIZE
D
 Dataset Input Types
E
 Effect types
 ELEMENT_MAX_INDEX
F
 Field Input Types
 Flags
 Flags,Common
 Focus types
G
 Generic directions
L
 List Types
M
 Mouse and keyboard event types
 Mouse coordinates
 mouseX
 mouseY
T
 Taskbar Order Types
U
 User Interface Operations
V
 VEGUIOBJ
 VUI_BACK
 VUI_BROWSER_INFO
 VUI_BUTTON
 VUI_CBOX
 VUI_CHECKBOX
 VUI_CLIENT_PROTOCOL
 VUI_DATASET
 VUI_DISABLED
 VUI_DOWN
 VUI_DSET_INPUT_BOOL
 VUI_DSET_INPUT_CUSTOM
 VUI_DSET_INPUT_LIST
 VUI_DSET_INPUT_TEXT
 VUI_FOCUS_ACTIVE
 VUI_FOCUS_PASSIVE
 VUI_FORM_BLUR
 VUI_FORM_FOCUS
 VUI_FRONT
 VUI_FX_FADEIN
 VUI_FX_FADEOUT
 VUI_FX_SCALE
 VUI_FX_SHADOW
 VUI_HIDE_SCROLLS
 VUI_HIDE_SCROLLX
 VUI_HIDE_SCROLLY
 VUI_HKEY_DOWN
 VUI_HKEY_UP
 VUI_HMOUSE_DBL_CLICK
 VUI_HMOUSE_DOWN
 VUI_HMOUSE_MOVE
 VUI_HMOUSE_OUT
 VUI_HMOUSE_OVER
 VUI_HMOUSE_UP
 VUI_HMOUSE_WHEEL
 VUI_KEY_DOWN
 VUI_KEY_UP
 VUI_KILL_ON_CLOSE
 VUI_LEFT
 VUI_LIST
 VUI_LISTTYPE_DROPDOWN
 VUI_LISTTYPE_MULTI
 VUI_LISTTYPE_NORMAL
 VUI_MANAGER
 VUI_MENU
 VUI_MENU_ITEM
 VUI_MOMAXIMIZE
 VUI_MOUSE_DBL_LICK
 VUI_MOUSE_DOWN
 VUI_MOUSE_MOVE
 VUI_MOUSE_OUT
 VUI_MOUSE_OVER
 VUI_MOUSE_UP
 VUI_MOUSE_WHEEL
 VUI_NODE
 VUI_NOMINIMIZE
 VUI_NOMOVE
 VUI_NOMOVE_X
 VUI_NOMOVE_Y
 VUI_NORESIZE
 VUI_NORESIZE_H
 VUI_NORESIZE_W
 VUI_NOTASK
 VUI_PROP_SET
 VUI_PSET_CHECK
 VUI_PSET_CUSTOM
 VUI_PSET_INPUT
 VUI_PSET_LIST
 VUI_RIGHT
 VUI_SCOLL
 VUI_SELECTOR
 VUI_TAB
 VUI_TABBEDDIALOG
 VUI_TASKBAR
 VUI_TEMPLATE
 VUI_UIOP_ALERT
 VUI_UIOP_REQUEST
 VUI_UIOP_ROUTE
 VUI_UP
 VUI_URL
 VUI_VERSION
 VUI_WIN
 VUI_WIN_Z
 VUI_WIN_Z_SPACE
W
 WINSHAD_CLASS
Resizes body to manager canvas size, this is to fix text selection and onmouseout in internet explorer
Maximum element index possible, 90000 by default, increase if you need to spawn more than 90000 elements at the same time
Bitmask flags that can be set on the flags property of the VegUIContentBox widget
Bitmask flags that can be set on the flags property of each VegUIElement individually
Mouse and keyboard eventtypes that help you identify what event you’re dealing with
absolute x coordinate of the mouse pointer
absolute y coordinate of the mouse pointer
holds pointers to all VegUIElement Constructor functions by their type
back
holds browser name in its name property
vegUI element type for VegUIButton
vegUI element type for VegUIContentBox
VegUI element type for VegUICheckBox
defines the protocol type in which the client receives data from the server
VegUI element type for VegUIDataset
flag VegUIElement as being disabled, prohibiting any event handling
down
boolean input (true / false)
custom function input
list input
text input
active focus
passive focus
onblur event in form elements
onfocus event in form elements
front
fades the element in
fades the element out
grow or shrink an element
adds a shadow to the element
hide both scrollbars
hide the x axis scrollbar
hide the y axis scrollbar
enable event handling for VUI_KEY_DOWN
enable event handling for VUI_KE_UP
enable envent handling for VUI_MOUSE_DBL_CLICK
enable event handling for VUI_MOUSE_DOWN
enable event handling for VUI_MOUSE_MOVE
enable event handling for VUI_MOUSE_OUT
enable event handling for VUI_MOUSE_OVER
enable event handling for VUI_MOUSE_UP
enable event handling for VUI_MOUSE_WHEEL
keyboard key pressed
keyboard key released
Window is destroyed when the close() method is called
left
vegUI element type for VegUIList
drop down list
multi select list
normal list
vegUI element type for VegUIManager
vegUI element type for VegUIMenu
vegUI element type for VegUIMenuItem
Window cannot be maximized
dbclick event
mouse button clicked on the vegUI element
mouse moved within the borders of vegUI element
mouse button leaves the vegUI element
mouse button entered the vegUI element
mouse button released on the vegUI element
mouse wheel used
vegUI element type for VegUINode
Window cannot be minimized
Window cannot be moved
Window cannot be moved along the x axis
Window cannot be moved along the y axis
Window can not be resized
Window’s height can not be resized
Window’s width can not be resized
Window will not be added to taskbar if there is one
VegUI element type for VegUIPropertySet
VegUICheckBox as input
custom function as input
generic input text field
VegUIList as input
right
vegUI element type for VegUIScrollbar
VegUI element type for VegUISelector
vegUI element type for VegUITab
vegUI element type for VegUITabbedDialog
vegUI element type for VegUITaskBar
flag VegUIElement as template prohibting it from being built
display alert message
send request to server
route operation to a certain module
up
allows you do specify which domain to use for all requests sent with the bridge, default: ‘’
Current vegUI version
VegUI element type for VegUIWindow
the minimum z-level of windows
the z level space between windows
The css class to use for VegUIManager.WinShadow