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
P
 Parent
 ParentMenu, VegUIMenu
 password, VegUIDataset
 pi
 poll, VegUIFXManager
 poll_timeouts, VegUIBridge
 popup, VegUIMenu
 process, VegUIRequest
 process_request, VegUIBridge
 Properties
 PTimer, VegUIBridge
 pushZ
 put_shadow, VegUIWindow
R
 raw, VegUIDataset
 rebuild, VegUIDataset
 refName, VegUINode
 request
 Request,R, VegUIBridge
 Required, VegUIWindow
 Requires
 resend, VegUIBridge
 resize, VegUINode
 returnVal, VegUIDynFunc
 rIconImg, VegUIMenuItem.T
 rIconW, VegUIMenuItem.T
 rmarg, VegUINode.T
 rmarg_nr, VegUINode.T
 RootMenu, VegUIMenu
 row_add, VegUIDataset
 row_get, VegUIDataset
 row_update, VegUIDataset
 rows
 rowSpace, VegUIList.T
(VegUIElement) VegUI element that owns this mouse state
VegUIElement, Parent element of this element
VegUIMenu, holds a pointer to the parent menu of this menu
bool, if true content will be hidden and input will be password type input
function pi(str)
wrapper for parseInt, because its too long and i need it a lot ;D
this.poll = function()
This is the function that is repeatedly called by the fx timer.
this.poll_timeouts = function()
Polls the Request array for any timed out requests and handles them arcordingly.
this.popup = function(x,
y)
Shows the menu.
function, if set this function will be executed when the request has been responded to by the server
this.process_request = function(vreq)
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
int, push z index (pixels)
pushZ
this.put_shadow = function()
This makes the WinShadow element visible and molds it to fit the window’s proportions and position
bool, property that is specific to the detailed field, if true the detailed field will hold raw text instead of displaying HTML
this.rebuild = function()
Rebuilds the dataset according to the current data in columns and rows
string, name of the object
this.request = function(scriptName,
parameters,
method)
Sends a request to the server
XMLHttpRequest, the xml http request object
Array, holds all active requests
bool, if true failed requests will be resent
this.resize = function(w,
h,
noAlign)
resizes the HTML node controlled by this element
variable, holds the value that will be returned by the execute method
string, path of the right icon image
int, width of the right cell
int, right margin
int, right margin, no resize
VegUIMenu, holds a pointer to the root menu of this menu
this.row_add = function(fields,
id)
Adds a row to the rows array
this.row_get = function(rowId,
getIdx)
Returns the fields object for the row with the submitted id
this.row_update = function(fields)
Rebuilds the submitted row in the dataset
array, array that holds a fields object for each row, every fields object holds a value for a certain column in the row
rows
int, space between two rows (pixels)