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
S
 Scripts, VegUIMouseState
 scroll, VegUIScrollbar
 scrollDir, VegUIScrollbar.T
 scrollInterval, VegUIScrollbar
 scrollSpeed
 scrollStep
 select, VegUIList
 select_idx, VegUISelector
 select_item, VegUIList
 select_items, VegUIList
 select_value, VegUISelector
 send, VegUIBridge
 sendNum, VegUIBridge
 set, VegUIBBox
 set_button, VegUIButton
 set_caption, VegUIWindow
 set_cb, VegUICheckBox
 set_cbox, VegUIContentBox
 set_focus_node, VegUINode
 set_focus_win, VegUIWindow
 set_height, VegUINode
 set_list, VegUIList
 set_manager, VegUIManager
 set_marg, VegUINode
 set_menu, VegUIMenu
 set_mnuitem, VegUIMenuItem
 set_node, VegUINode
 set_pos, VegUINode
 set_propset, VegUIPropertySet
 set_scroll, VegUIScrollbar
 set_selector, VegUISelector
 set_style_list, VegUIList
 set_styles_dset, VegUIDataset
 set_tab, VegUITab
 set_tabdlg, VegUITabbedDialog
 set_taskbar, VegUITaskBar
 set_transparency, VegUINode
 set_width, VegUINode
 set_win, VegUIWindow
 set_x, VegUINode
 set_y, VegUINode
 shadowNode, VegUIFXShadow
 show, VegUIWindow
 sItem, VegUIList
 sitem_idx, VegUIList
 sItems, VegUIList
 skipButtonAlign
 start, VegUIFXManager
 States, VegUINode
 stick, VegUINode
 stop, VegUIFXManager
 successNum, VegUIBridge
 sValue, VegUIList
 sync, VegUIScrollbar
VegUIDynFunc object
this.scroll = function(dir,
rep)
Scrolls content into the specified direction
dir
Interval, holds the interval object when auto scroll is on
int, interval of timer when auto scroll is on
scrollSpeed
int, pixels moved each scroll step
scrollStep
this.select = function(value,
noOnChange)
Selects the first item that has the requested value
this.select_idx = function(idx)
Select an item using its index in the array, calls VegUINode::onchange
this.select_item = function(node,
noOnChange,
append)
Selects the item with the submitted HTML node.
this.select_items = function(value1,
value2)
Selects items from item with value1 to item with value2
this.select_value = function(value)
Selects the first item with the requested value, calls VegUINode::onchange
this.send = function(url,
para,
method,
pFunc,
sync)
send a request to the server
int, number of requests sent
this.set = function(x,
y,
w,
h,
b,
c)
sets the bounding box up
this.set = this.set_button = function(x,
y,
w,
h,
cssNormal,
cssMDown,
c)
sets the most common template properties for the button
this.set_caption = function(txt)
Sets the title of the window
this.set = this.set_cb = function(x,
y,
w,
h,
label,
checked,
cClass,
ucClass)
Sets the most common template properties for the checkbox
this.set = this.set_cbox = function(w,
h,
x,
y)
Set the most common template properties for this element
this.set_focus = this.set_focus_node = function(focusType)
Gives focus to the element.
this.set_focus = this.set_focus_win = function(focusType,
bringToFront)
Similar to VegUI::set_focus_node but also has the option to bring the window to the foreground and z-sort the other windows
this.set_height = function(n,
noAlign)
sets the height of the HTML node controlled by this element
this.set = this.set_list = function(w,
h,
x,
y,
ih,
rs,
type,
z,
ne)
Sets the most common template properties for the list
this.set = this.set_manager = function(w,
h,
x,
y)
Template function
this.set_marg = function(rmarg,
bmarg,
rmarg_nr,
bmarg_nr)
Template Function
this.set = this.set_menu = function(x,
y,
w,
closeTime,
cN,
arrowImg,
nSpace)
Sets the most common template properties of this menu
this.set = this.set_mnuitem = function(content,
script,
lIcon,
rIcon,
h,
lIconW,
rIconW,
nClass,
hClass)
Sets the most common template properties for the menu item
this.set = this.set_node = function(nodeType,
w,
h,
x,
y,
pos,
z)
Template Function
this.set_pos = function(pos,
n)
sets the CSS position of the HTML node controlled by this element
this.set = this.set_propset = function(w,
h,
x,
y,
nameWidth,
fields,
listX,
listY,
cssTable,
cssName,
cssValue,
itemHeight)
Sets the most common template properties for the property set
this.set = this.set_scroll = function(dir,
x,
y,
w,
h)
Sets the most common template properties for the scrollbar
this.set = this.set_selector = function(w,
h,
x,
y)
Sets the most common Template Properties of the selector
this.set_style_list = this.set_style = function(over,
normal,
select,
header,
overSelect)
Wrapper method to set the style class name attributes of this element
Wrapper method to set the style class name attributes of this element
this.set = this.set_tab = function(w,
h,
x,
y,
tabW,
tabX,
tabCaption,
tabSelOff)
sets the most common template properties of the tab
this.set = this.set_tabdlg = function(w,
h,
x,
y,
tabSpacing)
Sets the most common template properties of the tabbeddialog
this.set_taskbar = this.set = function(w,
h,
x,
y,
type,
space)
Sets the most common template properties for the taskbar
this.set_transparency = function(n,
noIe)
Set the CSS transparency of the HTML node that is controlled by this element.
this.set_width = function(n,
noAlign)
sets the width of the HTML node controlled by this element
this.set = this.set_win = function(title,
w,
h,
x,
y)
Sets the most common template properties of the window
this.set_x = function(n)
repositions the HTML node controlled by this element on the x axis
this.set_y = function(n)
repositions the HTML node controlled by this element on the y axis
VegUINode, holds the shadow node
this.show = function()
Unhides the window and gives focus to it
Object, holds the currently selected item
this.sitem_idx = function(value)
Returns the index of an item in the sItems property
Array, holds the currently selected items if list is of type VUI_LISTTYPE_MULTI
bool, if true buttons will not be aligned automatically on build_scroll
skipButtonAlign
this.start = function()
Activates the fx timer if any effects are currently active
Array, Holds mouse/keyboard event states, one state for each event type
this.stick = function(toElement,
offsetX,
offsetY,
direction,
offsetZ)
Sticks the element to another element at a certain offset
this.stop = function()
Stops the fx timer
int, total number of successful requests
variable, holding the value of the currently selected item
this.sync = function(b)
Syncs the position and proportions of Btn3 to the Contenr overflow ratio of the CHolder and Content elements.