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
Q
 qsort
R
 redirect, Log.Log
 RemoteObjectLoader
 remove
 removeByIndex
 removeCookie
 replace, SAXStrings
 replay_addCursor
 replay_addSimpleControl
 replay_clear
 replay_dumpReplayItems
 replay_ElementFilled
 replay_item_with_stamp
 replay_MouseMove
 replay_setSingleElement
 replay_start
 replay_stop
 replay_TimeStamp
 report, SysBrowser. SysBrowser
S
 set, Collection. Collection
 setAsync, RemoteObjectFactory. RemoteObjectFactory
 setCookie
 setDocumentHandler, SAXDriver
 setErrorHandler, SAXDriver
 setHref, HTMLobj. HTMLobj
 setInner, HTMLobj. HTMLobj
 setInnerHtml, HTMLobj. HTMLobj
 setLexicalHandler, SAXDriver
 setMouseCoords, SystemMouse. SystemMouse
 setOpacity, HTMLobj. HTMLobj
 setPermCookie
 setProperty, Properties. Properties
 setRawCookie
 setScroll, Detect. Detect
 setScrollLeft, Detect. Detect
 setScrollTop, Detect. Detect
 setSrc, HTMLobj. HTMLobj
 setStyle, HTMLobj. HTMLobj
 show, HTMLobj. HTMLobj
 showhide, HTMLobj. HTMLobj
 size
 sizeBy, HTMLobj. HTMLobj
 sizeTo, HTMLobj. HTMLobj
 splitNameValue, Properties. Properties
 stopCurrentSystemCommand
 store, Properties. Properties
 swapDepth, HTMLobj. HTMLobj
T
 this is the constructor to the XMLP Object
 toArray, Collection. Collection
 toString
 toThinList, List.List
 toWSArray, List.List
 toWSStruct, Map.Map
 trim, Stack
 tweenTo, HTMLobj. HTMLobj
W
 warn, Log.Log
X
 XML_NodeTypeAsString
function qsort(arry,
left,
right)
Do a quick sort on an array.
Changes the output of the error log to go to the predefined area (see the Log constants)
function RemoteObjectLoader(url,
handler,
async)
This provides a wrapper for RemoteObjectFactory that accepts a listener/event handler to be registered that will be called when the object is ready.
Removes the first occurrence in this list of the specified element (optional operation).
Removes the first occurrence in this map of the specified key
Removes the element at the specified position in this list (optional operation).
Removes the element at the specified position in this list (optional operation).
function removeCookie(name,
path,
domain,
secure)
Removes a cookie (sets the expires to the past really)
Author: Scott Severtson
function replay_addCursor(e)
This method needs to be set to run on page load.
function replay_addSimpleControl()
Make a simple tool bar to control the record and play back
function replay_clear()
Clear the replay items array.
function replay_dumpReplayItems()
Dump all the currently saved actions to the log
function replay_ElementFilled(control,
value)
This is a system generated callback.
function replay_item_with_stamp(cmd,
stamp)
Replay the items displaying the time stamp
function replay_MouseMove(x,
y)
This is a system generated callback.
function replay_setSingleElement(control,
value)
helper function called from replay_ElementFilled
function replay_start()
Call this function when you wish to begin recording client input
function replay_stop()
Call this function when you wish to stop recording client input
function replay_TimeStamp()
gets a time stamp
does a printable (log or alert) string of what the sniffer thinks the current browser is
Replaces the element at the specified position in this list with the specified element (optional operation).
set the async mode (defaults to false)
function setCookie(name,
value,
expires,
path,
domain,
secure)
sets a value in a cookie
SAXDriver.prototype.setDocumentHandler = function(hnd)
Author: Scott Severtson
SAXDriver.prototype.setErrorHandler = function(hnd)
Author: Scott Severtson
set the element’s link to target
change the contents of the element
set the element’s inner HTML to content
SAXDriver.prototype.setLexicalHandler = function(hnd)
Author: Scott Severtson
gets the current mouse position and puts it into the SysMouse object this is not really an API call; however it needs to get envoked on window mouse move events to be of any help.
set opacity of the element
function setPermCookie(name,
value,
path,
domain,
secure)
sets a cookie that will last 20 years
Sets (or adds) a property from this properties object
function setRawCookie(cookie)
Sets the preformatted string to the cookie
set the x,y scroll position of the window
set the horizontal scroll position of the window
set the vertical scroll position of the window
set the element’s source to target
change the value of any css property
show the visibility of the element
toggle the visibility of the element
gets the size of this map object
gets the size of this map object
set the size of the element relative to it’s current size
set the size of the element
an array of two items, name and value
function stopCurrentSystemCommand()
Used when in a widget ...
swap the z-index of 2 elements
Author: Scott Severtson
Returns an array containing all of the elements in this list in proper sequence.
Show the collection contents
Show the list contents
the ol’toString
Turns this List (array backed) into a string list, or “thin list” using sep as the separator
This is kind of weak and not very expandable, but its only used when this object is supposed to go to a web service and it requires the gateway
Put this whole map, including sub maps, into a xml fragment to send to the web service
function trim(trimString,
leftTrim,
rightTrim)
Author: may.nosp@m.106@psu.nosp@m..edu
time-based animation, with multiple easing methods Modified by SU, Uptonic.com
Write a warn line to the log
function XML_NodeTypeAsString(node)
gets and xml node type as a string