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
 scope, pax
 script, pax.load
 set, pax.cache
 setCallBack, pax
 setChecked
 setPosition
 setSearchMode, pax.widget.inputbox
 setSelected
 show, pax.box
 showDebug, pax
 showOnRight, pax.box
 showStatusSpinner, pax
 size, pax.fx
 statusSpinnerContainer, pax
 statusSpinnerImage, pax
 swapClassName, pax.util
T
 template
 templateFooter, pax.widget.datePick
 toString, pax.util
U
 unbind, pax.event
 unbindAll, pax.event
 uniqueId, pax.widget
 unJSON, pax
X
 xmlDOM, pax.data.parse.data
Y
 yoyo, pax.fx
Z
 zip, pax.validate.validators
pax.scope = function(obj,
name)
Brings the scope of an object into the current scope, with the optional given name.
pax.load.script = function(list,
callback)
Loads a list of scripts, then calls the callback
pax.cache.set = function(key,
value,
expire)
Set an object in the cache.
pax.setCallBack = function(url,
callBack,
callDesc,
spinnerBox,
spinnerImage)
Set the onreadystatechange to a callback function, which calls the given function.
pax.form.setChecked = function(checkBox,
value)
Sets the selected index for a check box, by value
pax.box.setPosition = function(box,
x,
y)
Sets the position and size of a box, plus size & position of the iFrame for IE.
pax.util.setPosition = function(element,
pos)
Sets position and dimensions of an object
pax.widget.inputbox.setSearchMode = function(searchMode,
displayField)
Chooses which search mode to use, for an inputbox
pax.form.setSelected = function(selectBox,
value)
Sets the selected index for a select box, by value instead of index
pax.box.show = function(id,
message,
className,
x,
y,
target)
Shows a box at given position
Outputs debug to console in certain instances, if true
pax.box.showOnRight = function(id,
message,
className,
element,
timeout,
distance)
Shows a box 5 pixels to the left of an element, optionally fading it out after timeout seconds.
Boolean to choose if we should display the status spinner
pax.fx.size = function (val,
ele,
pct)
To use this method, initialise via pax.fx.init.
The default container (DOM Element) to put the statusbox spinner into.
The default image to use for the spinner, relative to the resource path
pax.util.swapClassName = function(element,
className1,
className2)
Removes one class name, and adds another, to an element
pax.widget.datagrid.template = function(grid)
Returns a PAX template for the datagrid
pax.widget.datePick.template = function()
Returns a PAX template for the calendar; this template has partial rendering for the days part
pax.widget.tabset.template = function(tabset)
Returns a PAX template for the tabset
pax.widget.datePick.templateFooter = function()
Returns a PAX template for the buttons on the footer
pax.util.toString = function(obj,
prev)
Returns a string representation of the object passed in.
pax.event.unbind = function(obj,
event,
func)
Remove an event from an OBJ
pax.event.unbindAll = function(unbindObj)
Remove all registered events from all OBJs.
Unique identifiers counter for widgets
pax.unJSON = function(jsonStr)
Converts a JSON string to an object.
Parses an XML document into a Document Object Model object.
pax.fx.yoyo = function(target,
effect,
value,
duration,
direction)
Initialises an effect, and makes it continiously go forwards and backwards.
pax.validate.validators.zip = function(field,
mask)
Validates a US Zip code
Close