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
 About
 abs_middle, VegUINode
 abs_x, VegUINode
 abs_y, VegUINode
 add, VegUIDynFunc
 add_child, VegUINode
 add_child_o, VegUINode
 add_item
 add_item_imgtxt, VegUIList
 add_item_txt, VegUIList
 add_skin, VegUINode
 add_tab, VegUITabbedDialog
 adjust
 ADJUST_BODY_SIZE
 aKey, VegUINode
 aKeyChar, VegUINode
 alert, VegUIClient
 align_childs, VegUINode
 arrowImg
 asa, VegUIScrollbar
 attach_node, VegUINode
 Attached, VegUINode
 Automatic adding of windows to taskbar, VegUITaskBar
B
 Base, VegUINode
 BBox, VegUINode
 bDrag, VegUIScrollbar
 befriend, VegUIMenu
 block key, VegUIManager
 blockIETransparency, VegUINode.T
 blockKeyScrolling, VegUIList
 blockTextSelection, VegUIList
 bmarg, VegUINode.T
 bmarg_nr, VegUINode.T
 bMaximized, VegUIWindow
 Bridge, VegUIManager
 bSelectMode, VegUIList
 btnNum, VegUITaskBar
 btnOffset
 Btns, VegUITaskBar
 build_button, VegUIButton
 build_cb, VegUICheckBox
 build_cbox, VegUIContentBox
 build_dataset, VegUIDataset
 build_element, VegUIManager
 build_elements, VegUIManager
 build_list, VegUIList
 build_manager, VegUIManager
 build_menu, VegUIMenu
 build_mnuitem, VegUIMenuItem
 build_node, VegUINode
 build_propset, VegUIPropertySet
 build_scroll, VegUIScrollbar
 build_tab, VegUITab
 build_tabdlg, VegUITabbedDialog
 build_taskbar, VegUITaskBar
 build_win, VegUIWindow
 bumped, VegUIBBox
 buttonSpace
this.abs_middle = function(stopAt)
this.abs_x = function(stopAt)
this.abs_y = function(stopAt)
this.add = function(fn,
id)
Adds a function to the stack
this.add_child = function(name,
type,
nodeName,
pos)
Creates a VegUI element as a child of this element.
this.add_child_o = function(name,
Obj)
Adds an existing VegUI Element to this element as a child
this.add_item = function(node,
value,
dontAdjust,
asHeader,
replace)
Adds a HTML node as a new item to the list with a certain value attached
this.add_item = function(content,
script,
lIcon)
Adds an item to the menu
this.add_item_imgtxt = function(src,
txt,
value,
dontAdjust,
asHeader,
replace)
Wrapper function to add an item that contains an image and text
this.add_item_txt = function(txt,
value,
dontAdjust,
asHeader,
replace)
Wrapper function to add an item that contains on text
this.add_skin = function(n,
w,
h,
x,
y,
c,
rm,
bm,
rm_nr,
bm_nr,
nN,
i)
Wrapper function to add a new vegui element to this element as a child with the ability to set the most common template properties
this.add_tab = function(tabName,
tabCaption,
tabW)
Adds a tab to the tabbeddialog.
this.adjust = function()
Adjusts the scrollbars of the list to the content over flow of the list.
this.adjust = function()
Adjusts the scrollbars to the property set list, this is called automatically by the dataset_add, dataset_build and flush methods
Resizes body to manager canvas size, this is to fix text selection and onmouseout in internet explorer
int, character code of the last key down or key up event handled by this element
char, character of the last key down or key up event handled by this element
this.alert = function(str)
displayed an alert popup
this.align_childs = function(Child)
(Re)Aligns all child elements of this element to their margins
string, path of the image to use for the arrow that indicates a nested menu
arrowImg
this.asa = function()
Returns the size of the active scroll area in the scrolbar.
this.attach = this.attach_node = function(Element,
offsetX,
offsetY,
direction,
z)
Attaches another VegUI element to this node.
object, object holding vegui elements that were attached to this element via attach_node
If you set the Taskbar property of the vegUIManager element to point to your taskbar then any windows will have task buttons added automatically when they are built:
HTMLNode, Holds the HTML node that is controlled by the element
VegUIBBox, Holds the Bounding Box object of this element
bool, is true if scrollbar is in drag mode
this.befriend = function(FMArr,
noSpread)
Befriends several menues, making sure only one of them can be open at the same time
Attempts the prevention of the default browser action for a certain keyboard key code
bool, if true any transparency effects will be ignored if the browser is internet explorer
bool, if true prevents scrolling via arrow keys
bool, true by default, prevents text selection in the cells
int, bottom margin
int, bottom margin, no resize
bool, set to true if the window is currently maximized
VegUIBridge, common VegUIBridge object, null until init_bridge method is called
bool, if true then list is currently in select mode where multiple items can be selected just be moving the mouse over them
int, button counter
int, offset position
btnOffset
object, holds all the buttons in the taskbar
this.build = this.build_button = function(toNode)
Builds the button element
this.build = this.build_cb = function(toNode)
Builds the checkbox
this.build = this.build_cbox = function(toNode)
builds the content box
this.build_dataset = this.build = function(toNode)
Builds the element
this.build_element = function(VegUIObj,
toNode)
builds a VegUIElement.
this.build_elements = function()
builds multiple vegUI elements, if the last argument submitted to the function is a HTML node then the element’s will be built as children of that node
this.build = this.build_list = function(toNode)
Builds the list
this.build = this.build_manager = function(toNode,
takeBody)
builds the manager
this.build = this.build_menu = function(toNode)
Builds the menu
this.build = this.build_mnuitem = function(toNode)
Builds the menu item
this.build = this.build_node = function(toNode,
takeNode)
build a HTML node from the template properties of this element.
this.build = this.build_propset = function(toNode)
Builds the property set
this.build = this.build_scroll = function(toNode)
Builds the scrollbar
this.build = this.build_tab = function(toNode)
Builds the tab
this.build = this.build_tabdlg = function(toNode)
Builds the tabbed dialog
this.build_taskbar = this.build = function(toNode)
builds the taskbar
this.build = this.build_win = function(toNode)
Builds the window
int, holds the direction where the last collision happened
int, space between task buttons
buttonSpace