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
G
 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
I
 indexOf
 indexOfNonWhitespace, SAXStrings
 indexOfWhitespace, SAXStrings
 info, Log.Log
 init, Log.Log
 isEmpty
K
 key_happened
 keyDownListener, Console. Console
 keyListener, Console. Console
 keyUpListener, Console. Console
L
 lastIndexOf, Collection. Collection
 lastIndexOfNonWhiteSpace, SAXStrings
 linearTween
M
 mouse_moved
 moveBy, HTMLobj. HTMLobj
 moveTo, HTMLobj. HTMLobj
N
 neuro_addClickListener
 neuro_addKeyDownListener
 neuro_addKeyPressListener
 neuro_addKeyUpListener
 neuro_addLoadListener
 neuro_addMouseDownListener
 neuro_addMouseUpListener
 neuro_addMoveListener
 neuro_decToHex
 neuro_expandError
 neuro_getKeyCodeFromEvent
 neuro_getKeyFromEvent
 neuro_import
 neuro_parseBoolean
 neuro_Reflect
 neuro_registerLibrary
 neuro_Runner
 neuro_SystemErr
 neuro_SystemOut
 neuro_trackMouse
 neuro_xmlFormat
 next
P
 parse
 peek, Stack
 pop, Stack
 propertyNames, Properties. Properties
 push, Stack
 put, Map.Map
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
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.
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
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)
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
function neuro_addClickListener(func)
register a click listener
function neuro_addKeyDownListener(func)
add a keyDownListener
function neuro_addKeyPressListener(func)
add a key press Listener
function neuro_addKeyUpListener(func)
add a keyUpListener
function neuro_addLoadListener(func)
register an onload listner
function neuro_addMouseDownListener(func)
register a mouse down listener
function neuro_addMouseUpListener(func)
register a mouse up listener
function neuro_addMoveListener(func)
register a move listener
function neuro_decToHex(dec)
Converts a decimal number to a hex value
function neuro_expandError(e)
Takes an error object and gives a bit more description.
function neuro_getKeyCodeFromEvent(evt)
Gets the key code from an event i.e.
function neuro_getKeyFromEvent(evt)
Gets the key from an event i.e.
function neuro_import()
Function to write out all the files to be included
function neuro_parseBoolean(str)
looks at a string and guesses if its a true or false value
function neuro_Reflect(obj)
function neuro_registerLibrary(key,
version)
Lets any one who cares knows that this library version was loaded
function neuro_Runner(str)
Used mostly by the console, this runs a command and writes the output to standard out
function neuro_SystemErr(str)
This function writes a log line to standard err (often an alert box)
function neuro_SystemOut(str)
This function writes a log line to standard out (often an alert box if the console is off)
function neuro_trackMouse(event)
Wrapper function to fill in the mouse object with the current coordinates.
function neuro_xmlFormat(str)
Escapes the basic bad xml characters from a string
XMLP.prototype.next = function()
Author: Scott Severtson
Used to load a properies file from a string
SAXDriver.prototype.parse = function(strD)
Author: Scott Severtson
Stack.prototype.peek = function()
Author: Scott Severtson
Stack.prototype.pop = function()
Author: Scott Severtson
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
Stack.prototype.push = function(o)
Author: Scott Severtson
adds a name value pair