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
M
 Manager
 maxH
 maximize, VegUIWindow
 maxSendTime, VegUIBridge
 maxTimeouts, VegUIBridge
 maxW
 maxX, VegUIWindow
 maxY, VegUIWindow
 mClick
 merge
 mEvent, VegUINode
 mHeader
 micon, VegUINode.T
 minH
 minimize, VegUIWindow
 minW
 mNormal
 Mouse and keyboard event types
 Mouse coordinates
 mouseX
 mouseY
 move, VegUINode
 mOver
 mOverSelected
 mresize, VegUIWindow
 multiSelect, VegUIDataset.T
N
 nameWidth
 nestedSpace
 new_request, VegUIBridge
 noAutoShow, VegUINode
 noCorrection
 nodeId, VegUINode
 nodeType, VegUINode.T
 noFX
 nullEntry, VegUIList.T
O
 Object properties, VegUITab
 Object Properties
 onbuild, VegUINode
 onchange, VegUINode
 onclose, VegUIWindow
 ondock, VegUINode
 onfocuslose, VegUINode
 onfocusset, VegUINode
 onhide, VegUINode
 onkill, VegUINode
 onmaximize, VegUIWindow
 onmaxtimeouts, VegUIBridge
 onminimize, VegUIWindow
 onmove, VegUINode
 onresize, VegUINode
 ontimeout, VegUIBridge
 ontoback, VegUIWindow
 ontofront, VegUIWindow
 onwinfocus, VegUIWindow
 opacity, VegUIFXShadow
 open, VegUIList
 origH, VegUIWindow
 origW, VegUIWindow
 origX, VegUIWindow
 origY, VegUIWindow
 overflow, VegUIScrollbar
 overlaps, VegUINode
VegUIFXManager, FX manager that controls this effect
VegUIManager element that the fx manager belongs to
VegUIElement, Manager element that spawned this element
int, maximum height (pixels)
maxH
this.maximize = function()
Maximizes the window, moving it to the position this.maxX,maxY and resizing it to this.maxW, this.maxH
int, maximum time a request can take before timing out
int, maximum number of timeouts before onmaxtimeouts is called
int, maximum width (pixels)
maxW
int, x position of the window when maximized
int, y position of the window when maximized
string, css class to use for selected items
mClick
function merge(srcObj,
trgObj)
Attempt to append the properties of trgObj to srcObj
Event, Holds the javascript event object for the last mouse or key event handled by this node
string, css class to use for header items
mHeader
string, mouse cursor to use when the mouse enters the element (CSS cursor attribute)
int, minimum height (pixels)
minH
this.minimize = function()
Minimizes the window, hiding it from the user but never destroying it
int, minimum width (pixels)
minW
string, css class to use for items while not selected and not hovered by mouse
mNormal
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
this.move = function(x,
y)
moves the HTML node controlled by this element to new coordinates
string, css class to use for items when mouse is hovering over them
mOver
string, css class to use for hovering over selected items
mOverSelected
this.mresize = function(dir)
Resizes the WinShadow element in relation to the mouse cursor coordinates
bool, if true multi selection of items is possible
int, width of the name column (percentage)
nameWidth
int, space between this menu and its child menu
nestedSpace
this.new_request = function(toElement)
Spawns a new XMLHttpRequest object and returns it in the form of a VegUIRequest object
bool, prevents the element from being flagged visible recursivly
bool if true the menu will be allowed to go outside of the manager node’s proportions.
noCorrection
string, Holds the id of the HTML node that is controlled
string, node type of the htmli node to be built (ie ‘div’)
bool, if true the detailed display will be faded in
noFX
bool, if true the item ‘-’ with value null will be added to the beginning of the list
VegUIManager::init_bridge is called on creation
triggered after element was built
varies from element to element
when close is called
triggered by dock method
triggered when element loses focus
triggered when element gains focus
triggered by hide method
triggered by kill method
when maximize is called
triggered when the maximum number of timeouts is reched
when minimize is called
called when the element is moved via the set_x, set_y or move methods
called when the element is resized via the set_width, set_height or resize methods
triggered everytime a request times out, submits the timed out request as a parameter
when window is moved to the background
when window is brought to the front
when set_focus_win is called
int, the opacity of the outer shadow
this.open = function()
Expands the list if it is a dropdown list
int, original height of window (set by maximize)
int, original width of window (set by maximize)
int, original x position of window (set by maximize)
int, original y position of window (set by minimize)
this.overflow = function()
Calculate content overflow ratio
this.overlaps = function(Node,
yDiffS,
yDiffT)
Checks if this element overlaps with another element.