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
G
 GATEWAY_VERSION
 gecko, SysBrowser. SysBrowser
 get
 getAttributeCount
 getAttributeName
 getAttributeValue
 getAttributeValueByName
 getClipHeight, HTMLobj. HTMLobj
 getClipWidth, HTMLobj. HTMLobj
 getColumnNumber
 getContent
 getContentBegin
 getContentEnd
 getCookie
 getGuessDisplay, SysBrowser. SysBrowser
 getHeight, HTMLobj. HTMLobj
 getInstance
 getKeysAsArray, Map.Map
 getLeft, HTMLobj. HTMLobj
 getLength, SAXDriver
 getLineNumber
 getMajorVersion, SysBrowser. SysBrowser
 getMessage, SAXDriver
 getMinorVersion, SysBrowser. SysBrowser
 getName
 getObj, Detect. Detect
 getObject, RemoteObjectFactory. RemoteObjectFactory
 getObjNS4, Detect. Detect
 getProperty, Properties. Properties
 getPublicID, SAXDriver
 getRandom, HTMLobj. HTMLobj
 getScrollLeft, Detect. Detect
 getScrollTop, Detect. Detect
 getStyle, Detect. Detect
 getSystemId, SAXDriver
 getTop, HTMLobj. HTMLobj
 getValue, SAXDriver
 getValueByName, SAXDriver
 getWidth, HTMLobj. HTMLobj
 getWindowHeight, Detect. Detect
 getWindowWidth, Detect. Detect
 glideTo, HTMLobj. HTMLobj
H
 handle, DefaultHandler. DefaultHandler
 handler_EndSystemCall
 handler_OutputHandler
 hide, HTMLobj. HTMLobj
 HTMLobj
 HTTPConnectFactory
I
 indexOf
 indexOfNonWhitespace, SAXStrings
 indexOfWhitespace, SAXStrings
 info, Log.Log
 init, Log.Log
 io/ Gateway.js
 io/ RemoteObject.js
 isEmpty
J
 JSRemote
K
 key_happened
 keyDownListener, Console. Console
 keyListener, Console. Console
 keyUpListener, Console. Console
L
 lastIndexOf, Collection. Collection
 lastIndexOfNonWhiteSpace, SAXStrings
 linearTween
 linux, SysBrowser. SysBrowser
 List
 log, Log
 Log
M
 mac, SysBrowser. SysBrowser
 Map
 mouse_moved
 moveBy, HTMLobj. HTMLobj
 moveTo, HTMLobj. HTMLobj
var GATEWAY_VERSION
the library version
SysBrowser.gecko
boolean for is gecko
Returns the element at the specified position in this list.
Gets a value from a key
XMLP.prototype.getAttributeCount = function()
Author: Scott Severtson
XMLP.prototype.getAttributeName = function(index)
Author: Scott Severtson
XMLP.prototype.getAttributeValue = function(index)
Author: Scott Severtson
XMLP.prototype.getAttributeValueByName = function(name)
Author: Scott Severtson
clip height of the element
clip width of the element
XMLP.prototype.getColumnNumber = function()
Author: Scott Severtson
XMLP.prototype.getContent = function()
Author: Scott Severtson
XMLP.prototype.getContentBegin = function()
Author: Scott Severtson
XMLP.prototype.getContentEnd = function()
Author: Scott Severtson
function getCookie(name)
gets a value from the current cookie
SysBrowser.getGuessDisplay = function __sysb__getGuessDisplay()
shows a displayable string for the browser (best guess)
height of the element
get an instace of the http connect object this actually just creates either an MS or Gecko type object.
Gets an instance of an XML document that tries to have the same w3c functions for all browsers currently IE, Mozilla, and Safari
gets all the keys from this map as an array
left position of the element
SAXDriver.prototype.getLength = function()
Author: Scott Severtson
XMLP.prototype.getLineNumber = function()
Author: Scott Severtson
SAXDriver.prototype.getLineNumber = function()
Author: Scott Severtson
SAXStrings.getLineNumber = function(strD,
iP)
Author: Scott Severtson
SAXDriver.prototype.getMessage = function()
Author: Scott Severtson
gets the minor version (currently broken)
XMLP.prototype.getName = function()
Author: Scott Severtson
SAXDriver.prototype.getName = function(index)
Author: Scott Severtson
name
after an object is unmarshaled this function can be used to get the object
obj name
Gets the value from the properites by key.
Author: Scott Severtson
generate new random number Added by SU, Uptonic.com December 2004
left scroll position of the window
top scroll position of the window
obj
Author: Scott Severtson
top position of the element
SAXDriver.prototype.getValue = function(index)
Author: Scott Severtson
SAXDriver.prototype.getValueByName = function(name)
Author: Scott Severtson
width of the element
height of the window
width of the window
ease-out animation, callback function optional
try to break apart the soap message and get it to the proper place.
function handler_EndSystemCall()
Used when in a widget ...
function handler_OutputHandler(currentStringOnStdout)
Used when in a widget ...
hide the visibility of the element
HTMLobj Constructor
This creates a HTTPConnection factory that can produce http connetion object that are IE and Mozilla capable they can be used to GET and POST to a server It is oftend used in one go like: http = new HTTPConnectFactory().getInstance();
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
Returns the index the key or -1 if this map does not contain the key
SAXStrings.indexOfNonWhitespace = function(strD,
iB,
iE)
Author: Scott Severtson
SAXStrings.indexOfWhitespace = function(strD,
iB,
iE)
Author: Scott Severtson
Write an info line to the log
Start up the log object and make sure any supporting items are created a new window for example.
This library gives the ability to directly communicate with a server using the XMLHTTPRequest object in a non-browser specific way.
This library is used to unmarshal a soap xml document into javascript objects at present it has only been used with coldfusion mx web serivces - though it should work with all type of services
Returns true if this list contains no elements.
SAXStrings.isEmpty = function(strD)
Author: Scott Severtson
function isEmpty(str)
Author: mi.nosp@m.ke@idle.nosp@m..org
This object handles sending.
key_happened = function(event)
record key presses
evt
The listener function is a bit odd as when it registers with the system it kind of breaks off of this object so we loose all communication with it thats why some of the vars are a bit strange.
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
Author: Scott Severtson
function linearTween(t,
b,
c,
d)
SysBrowser.linux
boolean for is linux
A list of elements.
var log
a default log for page use.
Constructor for the logging window (or other std output if implemented)
SysBrowser.mac
boolean for is mac
Simple Map object with a lame seaching algorithm.
mouse_moved = function(event)
record mouse movements
move the element to a new position relative to it’s current position
move the element to a new position