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
 safari, SysBrowser. SysBrowser
 SAXDriver
 SAXStrings
 search/ BinarySearch.js
 set, Collection. Collection
 Set
 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
 sort/ QuickSort.js
 splitNameValue, Properties. Properties
 Stack
 stopCurrentSystemCommand
 store, Properties. Properties
 swapDepth, HTMLobj. HTMLobj
 SysBrowser
 SysDocument-a handle to(or wrapper for)the document
 SysMouse, SystemMouse
 SYSMOUSE_VERSION
 SYSTEM_VERSION
 SystemMouse
T
 TERMINAL_TYPE
 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
 TYPE_DEBUG
 TYPE_ERROR
 TYPE_INFO
 TYPE_WARN
U
 ui/ Dock.js
 ui/ EventManager.js
 ui/ EyeCandy.js
 ui/ Mouse.js
 unix, SysBrowser. SysBrowser
 USER_DIV, Log.Log
 util/ BrowserSniffer.js
 util/ Collections.js
 util/ Console.js
 util/ Cookie.js
 util/ Log.js
 util/ Output.js
 util/ Properties.js
 util/ Recorder.js
V
 Variables
W
 warn, Log.Log
 windows, SysBrowser. SysBrowser
X
 xml/ XmlDocument.js
 xml/ XmlSax.js
 xml/ XmlW3CDom.js
 XML_ATTRIBUTE
 XML_CDATA
 XML_COMMENT
 XML_DOCUMENT
 XML_DOCUMENT_FRAGMENT
 XML_DOCUMENT_TYPE
 XML_ELEMENT
 XML_ENTITY
 XML_ENTITY_REFERENCE
 XML_NodeTypeAsString
 XML_NOTATION
 XML_PI
 XML_TEXT
 XMLDOCUMENT_VERSION
 XMLDocumentFactory
SysBrowser.safari
boolean for is safari
an object that basically wraps an XMLP instance, and provides an event-based interface for parsing.
a useful object containing string manipulation functions This is the constructor of the SAXStrings object
2004 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com)
Replaces the element at the specified position in this list with the specified element (optional operation).
Set keeps a unique list of elements and wont allow nulls or undefined values.
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
2004 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com)
an array of two items, name and value
A simple stack class, used for verifying document structure.
function stopCurrentSystemCommand()
Used when in a widget ...
swap the z-index of 2 elements
object to tell what kind of browser is hitting the site
SysMouse
An instance of SystemMouse for use in your everyday code
var SYSMOUSE_VERSION
the library version
library version
Constructor for SystemMouse this holds the current mouse position on the screen in X and Y
var TERMINAL_TYPE
can be either “javascript” or “system”.
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
var TYPE_DEBUG
used within the class to tell what type of event
var TYPE_ERROR
used within the class to tell what type of event
var TYPE_INFO
used within the class to tell what type of event
var TYPE_WARN
used within the class to tell what type of event
Mac-esque Dock by Joshua Olson and Kristof Neirynck k.neirynck at belgacom.net tweaked for Neuromancer.
This library attempts to abstract events so that many controls can use, say, mouse down for example, instead of taking total control of the event The main point of this library is to delegate events to controls that care.
Transition and fading library.
This library creates an object that can be used to track the current mouse position.
SysBrowser.unix
boolean for is unix
Writes log output to the id defined as “neurolog”
Basic browser sniffer
General collection objects modeled after java.util.
This is libraries for an interactive console tied to a div.
Simple functions to get and set cookie information
Creates a simple logger to help debug javascript.
Output text functions used by the console and the log
2006 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com) All rights reserved
This library is used to track client movements and form fill ins.
Write a warn line to the log
SysBrowser.windows
boolean for is windows
This library provides the ability to create an XML DOM document cross browser.
an XML SAX parser in JavaScript.
var XML_ATTRIBUTE
var XML_CDATA
var XML_COMMENT
var XML_DOCUMENT
var XML_DOCUMENT_FRAGMENT
var XML_DOCUMENT_TYPE
var XML_ELEMENT
an xml element
var XML_ENTITY
var XML_ENTITY_REFERENCE
function XML_NodeTypeAsString(node)
gets and xml node type as a string
var XML_NOTATION
var XML_PI
var XML_TEXT
var XMLDOCUMENT_VERSION
the library version
This can be used to create new xml documents in a somewhat cross browser compatable way.