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
C
 c, VegUIBBox
 C, VegUINode
 call_ondock, VegUINode
 caption
 captionChildName, VegUIButton.T
 cClass
 check_focus, VegUINode
 checked, VegUICheckBox.T
 Child Elements
 Child Elements:, VegUICheckBox
 ChildMenu, VegUIMenu
 childName, VegUINode
 Childs, VegUINode
 CHolder, VegUIScrollbar
 className, VegUINode.T
 cleanup, VegUIBridge
 clear, VegUINode
 Clone
 clone_children, VegUINode
 clone_elements, VegUIManager
 clone_event, VegUINode
 clone_node, VegUINode
 clone_win, VegUIWindow
 cloneArray
 close
 close_children, VegUIMenu
 close_friends, VegUIMenu
 closeTime
 Code example of a valid fields object, VegUIPropertySet
 collides, VegUIEffect
 color, VegUIFXShadow
 columns
 Constants
 Contact
 Content, VegUIScrollbar
 conTimeouts, VegUIBridge
 control, VegUINode
 correct, VegUIBBox
 create_entry, VegUIDataset
 Css
 cssColumnNormal
 cssColumnOver
 cssDetailed
 cssName
 cssRow
 cssTable, VegUIPropertySet.T
 cssValue
bool, true if auto correct mode is enabled
Alias for Childs
this.call_ondock = function()
This function triggers the ondock event on this element and all its child elements recursivly
string, if set the button will be filled with a textnode
string, caption text to display in the header of the column
string, if set the child with this name will be used to hold the caption text.
string Css class to use for BtnCheck when checked
cClass
this.check_focus = function(focusType)
See if this element or any of its child elements has focus.
bool if ture checkbox will be checked by default
These elements are all accessable over this.[child_name] even though they may not all be direct children of this element
These child elements are all accessable over *this.[child_name] even though they may not all be direct children of this element
These child elements are all accessable over *this.[child_name] even though they may not all be direct children of this element
All these children are accessable over this.[child_name] even if they may not be direct children of the element
These elements are all directly accessable by this.[child_name] even though they may not be direct childs of this element.
These child elements are all accessable over *this.[child_name] even though they may not all be direct children of this element
Array, holds all the sub menues of this menu
string, child name of the node
Object, Holds all child elements of this type by their element index
VegUIElement, the content holder element this scroll bar is linked to
string, The HTML node will be using this CSS class if set
this.cleanup = function(vreq)
private function
this.clear = function(replacement)
Removes all child HTML nodes from the HTML node that is controlled by this element
function Clone(Obj)
Creates a new instance of a javascript object
this.clone_children = function(type,
T,
rec)
clone multiple children that are of the same type from the same template
this.clone_elements = function(T)
clone multiple elements of the same template
this.clone_event = function(Template)
Clones a vegUI event
this.clone = this.clone_node = function(Template)
Clones the children and properties of a template element to this element
this.clone = this.clone_win = function(Template)
Clones a window, calls clone_node() and also clones window specific event handlers
function cloneArray(Arr)
clones an array
this.close = function()
Closes the list if the list is a dropdown list
this.close = function()
Close this menu and all open sub menues
this.close = function()
Closes the window.
this.close_children = function()
Closes all child menues
this.close_friends = function()
Closes all friend menues
int, time it takes before the menu is closed after the mouse cursor has left it
closeTime
this.collides = function(Effects,
cancelOther)
Check if effect type exists in an array that collides with this array.
string, color of the shadow (css value)
object, columns object that holds information about the columns in the dataset
columns
Author: ve.nosp@m.gu@vegu.nosp@m.i.org
VegUIElement, the content element this scroll bar is linked to
int, current timeouts in a row
this.control = function(Node)
Takes control over an existing HTML node
this.correct = function()
checks if the element is within the boundin box’s border, if not the element will be moved to be within the bounding box’s border
this.create_entry = function(fields,
asHeader)
Creates a HTML node for a row in the dataset
DOMNode, Holds the style property of the HTML node that is controlled by this element
Object, any properties in T.Css will be copied to the HTML node’s style property
string, css class to use for a column field
cssColumnNormal
string, css class to use for a column field when mouse pointer is moved over it
cssColumnOver
string, css class to use for detailed box
cssDetailed
string, css class to use for the name column
cssName
string, css class to use for a row (‘table element’)
cssRow
Css class to use for the Table child
string, css class to use for the value column
cssValue