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
$#!
 $
 __con__help
 __dfh__variable
 __gateway__map_from_struct
 __normalizeEvent
 _addAttribute
 _checkStructure
 _clearAttributes
 _command_buffer
 _fireError, SAXDriver
 _fireEvent, SAXDriver
 _parse
 _parseAttribute
 _parseCDATA
 _parseComment
 _parseDTD
 _parseElement
 _parseEntity
 _parseLoop, SAXDriver
 _parsePI
 _parseText
 _replaceEntities
 _replaceEntity
 _setContent
 _setErr
A
 add
 addClass
B
 binarySearch
 BROWSER_SNIFFER_VERSION
C
 cancelGlide, HTMLobj. HTMLobj
 cancelTween, HTMLobj. HTMLobj
 clear
 click_happened
 Collection
 COLLECTIONS_VERSION
 Console
 CONSOLE, Log.Log
 CONSOLE_VERSION
 contains
 containsNoCase, Map.Map
 COOKIE_VERSION
 count, Stack
 createObject, RemoteObjectFactory. RemoteObjectFactory
 current_command
D
 debug, Log.Log
 DEBUG
 DEBUG_VERSION
 DefaultHandler
 destroy, Stack
 Detect
 displayHide, HTMLobj. HTMLobj
 displayShow, HTMLobj. HTMLobj
 dock_magnify
 dock_mousepos
 dock_objpos
 dock_prepDock
 dock_restoreDock
 DOCK_VERSION
 doFormPostRequest, JSRemote. JSRemote
 doGetRequest, JSRemote. JSRemote
 DOMException
 DOMImplementation
 doPostRequest, JSRemote. JSRemote
 doSoapPost, JSRemote. JSRemote
E
 easeInExpo
 easeInOutQuad
 easeInQuad
 easeOutExpo
 easeOutQuad
 env
 error, Log.Log
 escapeString, DOMImplementation. DOMImplementation
 EVENTMANAGER_VERSION-the library version
 explore, SysBrowser. SysBrowser
 EYECANDY_VERSION
F
 fadeIn, HTMLobj. HTMLobj
 fadeOut, HTMLobj. HTMLobj
 findAttributeIndex
 findPosX
 findPosY
 fromThinList, List.List
 Functions
function $(e)
Main pre processor function.
function __con__help()
not an API call.
var __dfh__variable
the default handler uses this as a scratch pad var (not thread safe!)
function __gateway__map_from_struct(frag,
xmldoc,
nstruct)
function __normalizeEvent(evt)
XMLP.prototype._addAttribute = function(name,
value)
Author: Scott Severtson
XMLP.prototype._checkStructure = function(iEvent)
Author: Scott Severtson
XMLP.prototype._clearAttributes = function()
Author: Scott Severtson
var _command_buffer
SAXDriver.prototype._fireError = function(strMsg)
Author: Scott Severtson
SAXDriver.prototype._fireEvent = function(iEvt)
Author: Scott Severtson
XMLP.prototype._parse = function()
Author: Scott Severtson
XMLP.prototype._parseAttribute = function(iB,
iE)
Author: Scott Severtson
XMLP.prototype._parseCDATA = function(iB)
Author: Scott Severtson
XMLP.prototype._parseComment = function(iB)
Author: Scott Severtson
XMLP.prototype._parseDTD = function(iB)
Author: Scott Severtson
XMLP.prototype._parseElement = function(iB)
Author: Scott Severtson
XMLP.prototype._parseEntity = function(iB)
Author: Scott Severtson
SAXDriver.prototype._parseLoop = function(parser)
Author: Scott Severtson
XMLP.prototype._parsePI = function(iB)
Author: Scott Severtson
XMLP.prototype._parseText = function(iB)
Author: Scott Severtson
XMLP.prototype._replaceEntities = function(strD,
iB,
iE)
Author: Scott Severtson
XMLP.prototype._replaceEntity = function(strD,
iB,
iE)
Author: Scott Severtson
XMLP.prototype._setContent = function(iSrc)
Author: Scott Severtson
XMLP.prototype._setErr = function(iErr)
Author: Scott Severtson
Appends the specified element to the end of this list (optional operation).
Adds the specified element to this set if it is not already present optional operation.
function addClass(classCollectionStr,
newClass)
add new className to classCollection
function binarySearch(array,
lower,
upper,
key)
var BROWSER_SNIFFER_VERSION
the library version
cancel the glideTo method
cancel the tweenTo method
Removes all of the elements from this list optional operation.
Stack.prototype.clear = function()
Author: Scott Severtson
click_happened = function(event)
used to record clicks.
Base object for the collections objects List and Set
var COLLECTIONS_VERSION
the current version
Console constructor
Writes log output to the id defined as “neurostdout”
var CONSOLE_VERSION
the library version
Returns true if this list contains the specified element.
see if keyname is already in this map lame algorithm
see if keyname is already in this map ignoring case
var COOKIE_VERSION
the library version
Stack.prototype.count = function()
Author: Scott Severtson
This is a monster method.
var current_command
command used when in widget mode to do system calls
Write a debug line to the log
var DEBUG
set this to true to turn on debug mode (get the console going)
var DEBUG_VERSION
the library version
The default handler.
Stack.prototype.destroy = function()
Author: Scott Severtson
Constructor.
do not display the element
display the element as ‘block’
function dock_magnify(e)
Does the little zoom thing.
function dock_mousepos(e)
function dock_objpos(obj)
function dock_prepDock(e)
Does some startup items, this needs to be called on page load.
function dock_restoreDock()
This method is called automatically.
var DOCK_VERSION
the library version
This method implements a multi-field form submission via a POST, using the ‘fields’ object as a set of name:value pairs to pass as the form fields.
loads the file and uses the call back function func_into(String) to pass in the files contents - can also be used to pass variables in the ?test=123&booga=123 format
raised when an operation is impossible to perform
provides a number of methods for performing operations that are independent of any particular instance of the document object model.
Does a simple post request, passing the bodyinfo as the body of the request - meaning the only way to get the bodyinfo out is to do #GetHttpRequestData().content# in coldfusion for example
This does a soap compliant request to a server
function easeInExpo(t,
b,
c,
d)
t b c d
function easeInOutQuad(t,
b,
c,
d)
t b c d
function easeInQuad(t,
b,
c,
d)
t b c d
function easeOutExpo(t,
b,
c,
d)
t b c d
function easeOutQuad(t,
b,
c,
d)
t b c d
function env()
shows the current environment
Write an error line to the log Parameter: line - the text for the log object - (optional) the object this line is from “NO OBJECT” default
escape special characters
SysBrowser.explore
boolean for is internet explorer
var EYECANDY_VERSION
the library version
gradually increase the opacity of the element
gradually decrease the opacity of the element
XMLP.prototype._findAttributeIndex = function(name)
Author: Scott Severtson
function findPosX(obj)
Finds the current X position of the passed in object
function findPosY(obj)
Finds the current Y position of the passed in object
creates a list from a “thin list” list using separator sep