Function 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
V
 v
 V
 valid_id, VegUIBridge
 VegUIDynFunc, VegUIDynFunc
 VegUIRequest, VegUIRequest
 vsk_auco_init
 vsk_cookie_get
 vsk_cookie_list
 vsk_cookie_set
 vsk_cookie_unset
 vsk_dbg_adjust
 vsk_dbg_print
 vsk_dbg_start
 vsk_dbg_stop
 vsk_event_add, VSK_Node
 vsk_event_fire, VSK_Node
 vsk_event_unset, VSK_Node
 vsk_formcheck
 vsk_frm_cursor_offset
 vsk_frm_cursor_pos
 vsk_frm_cursor_set
 vsk_fx_poll
 VSK_FX_Sequence, VSK_FX_Sequence
 vsk_get_mouse
 vsk_html_node
 vsk_ih
 vsk_input_validate_email
 vsk_input_validate_numeric
 vsk_input_validate_required
 vsk_input_validate_url
 vsk_iw
 vsk_ox
 vsk_oy
 vsk_rand
 vsk_rel_target
 vsk_smnu_collapse, VSK_Node
 vsk_smnu_expand, VSK_Node
 vsk_smnu_init
 vsk_txt_node
W
 w, VSK_Node
X
 x, VSK_Node
 x2, VSK_Node
Y
 y, VSK_Node
 y2, VSK_Node
Z
 z, VSK_Node
function v(node)
Returns VSK_Node object that controlls the submitted node
VSK_Node.prototype.v = function()
Checks if the node is hidden
function V(id)
Returns VSK_node object that controls the node with the submitted id
this.valid_id = function()
function VegUIDynFunc(returnVal)
Constructor
function VegUIRequest(req,
id,
toElement)
constructor
function vsk_auco_init(id,
words)
Initializes the auto-complete module on a form element
function vsk_cookie_get(name)
Return value of a cookie variable
function vsk_cookie_list()
Creates and returns a list of all the cookies in the document in object form
function vsk_cookie_set(name,
value,
time,
path)
Sets a cookie
function vsk_cookie_unset(name)
Delete a cookie variable
function vsk_dbg_adjust(attachTo,
w,
h)
Moves the console to its designated spot taking scroll offset into mind
function vsk_dbg_print(msg,
color)
Print a message to the debug console on a new line
function vsk_dbg_start(attachTo,
lines,
w,
h)
Starts debug mode that creates a text label attached to the borders of the document that messages can then be printed to using vsh_dbg_print
function vsk_dbg_stop()
Stops debug mode
VSK_Node.prototype.vsk_event_add = function(name,
func,
id)
Adds a vsk specific event handler
VSK_Node.prototype.vsk_event_fire = function(name)
Triggers the event handler for a certain vsk event
VSK_Node.prototype.vsk_event_unset = function(name,
id)
Remove a function from a specific vsk event handler by it’s unique function id
function vsk_formcheck(form,
align)
Validate every input field depending on the attributes set on it.
function vsk_frm_cursor_offset(input)
Returns the (pixels) position of the caret in an input style element
function vsk_frm_cursor_pos(input)
Returns cursor position inside a input or textarea form element
function vsk_frm_cursor_set(input,
n)
Moves the caret to a certain position in the form element
function vsk_fx_poll()
Poll nodes in the vsk_Effects array and process their attached effects
function VSK_FX_Sequence(n)
function vsk_get_mouse(e)
sets vskX and vskY to the current mouse coordinates
vsk_html_node = vsk_h = function(nodeName,
className,
parentNode,
id)
Returns a new node
vsk_ih = function()
Returns the inner height of the document (cross browser)
function vsk_input_validate_email(input)
Validate user input to be a valid email address
function vsk_input_validate_numeric(input)
Validate user input to be a numeric value
function vsk_input_validate_required(input)
Validate required user input
function vsk_input_validate_url(input)
Validate user input to be a valid URL
vsk_iw = function()
Returns the inner width of the document (cross browser)
vsk_ox = function()
Returns the x offset of the document (cross browser)
vsk_oy = function()
Returns the y offset of the document (cross browser)
function vsk_rand(min,
max)
Returns a random number
function vsk_rel_target(e)
Returns the related target of a mouse event (cross browser support)
VSK_Node.prototype.vsk_smnu_collapse = function(noFX)
VSK_Node.prototype.vsk_smnu_expand = function()
function vsk_smnu_init()
Initializes one ore more menus to support the vegui sitekit slidingmenu
vsk_txt_node = vsk_t = function(text,
parentNode)
Create and return a text node
VSK_Node.prototype.w = function(o)
Returns the width of the node
VSK_Node.prototype.x = function()
returns x position of the node
VSK_Node.prototype.x2 = function()
Returns the right x position of the node
VSK_Node.prototype.y = function()
returns y position of the node
VSK_Node.prototype.y2 = function()
Returns the y bottom position of the node
VSK_Node.prototype.z = function()
returns zindex of node