Index Returns the x position of the element relative to the document or a specified parent element Returns the y position of the element relative to the document or a specified parent element Adds a function to the stack Retrieve the string that the caret (text-cursor) is currently positioned in Closes the auto-complete list Returns the next element in the list Returns the previous element in the list Select entry in the list Opens the auto-complete list Refreshes the elements in the auto-complete list. Removes a request from the list Removes all the child nodes of the node int, current timeouts in a row Takes control of another node Close menu and all open nested menus Opens an existing drop down menu and aligns it to the element Initialize one or more drop down menues by submitting one or more node ids to the function. *bool’, if true no requests can be sent vegui.sk.std.js, vegui.sk.formtools.js Appends node to the submitted node as a child Method set an event listener on the node (cross browser supported) This function will be called on successful response to request if the VegUIRequest’s pFunc property is not set. Executes all the functions in the stack Sets the transparency of the node to the selected value Free a unique function id effectivly removing the function linked to it from the stack Array, holds the functions Check if an effect is currently active on the node by it’s id Clears effects by id fade in effect on node fade out effect on node Drop effect from node by it’s id Initialize effect on node The morph effect lets you grow and move a node in a smooth animation that can be usefull for popup effects or object sliding Process all effects currently active on the node Add shadow effect to the node Adjust the node’s shadow node to the node’s position and size Start the global effect timer Stop the global effect timer Returns the height of the node Halts the sequenced after it has been started by calling the loop method The body property of the sequence is set to null and the original body function is returned. Check if a node is the parent of the controlled node somewhere down the parentNode list Hides or shows the node Append multiple nodes to this node as children Inserts a html node after this html node Insert one or more html nodes before this node int, unique request id check if a value exists inside an array executes the function stored in the body property of the sequence int, maximum time a request can take before timing out int, maximum number of timeouts before onmaxtimeouts is called Moves the node to a new position Spawns a new XMLHttpRequest object and returns it in the form of a VegUIRequest object triggered when the maximum number of timeouts is reched triggered everytime a request times out, submits the timed out request as a parameter Wrapper function for parseInt Initialize one or more pulsating menus Polls the Request array for any timed out requests and handles them arcordingly. function, if set this function will be executed when the request has been responded to by the server When a request gets a response from the server then it will go through this function where it will determine if it was a successful request or not Interval, the interval object that polls timeouts XMLHttpRequest, the xml http request object Includes javascript (script) from webserver Array, holds all active requests bool, if true failed requests will be resent Resizes the node variable, holds the value that will be returned by the execute method |