Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Namespace SS

SS Spiderscript Namespace
Defined in: SS.global.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
SS
Method Summary
Method Attributes Method Name and Description
<private> <static>  
SS._bc(l, c, tn, ft)
Builds the specified control
<private> <static>  
SS._bcs(ft)
Builds custom tag controls placed into the page
<private> <static>  
SS._dommap(l)
Map the DOM to allow for reliable monitoring of changes
<private> <static>  
SS._heinit(l, ft)
Adds extensions to the html control
<private> <static>  
Initializes the form submit validation (only run once)
<private> <static>  
SS._init()
Call to initialize the framework environment once the document has loaded.
<private> <static>  
SS._main()
Initialize the Spiderscript framework environment.
<private> <static>  
Cleans and removes elements that have been placed onto the trash pile.
Namespace Detail
SS
Method Detail
<private> <static> SS._bc(l, c, tn, ft)
Builds the specified control
Defined in: SS.init.js.
Parameters:
{HTMLElement} l
Element to attach the control to (l)
{SS.control.Object} c
Instantiated control class(c)
{String} tn
Tag Name of the element (optional).
{Boolean} ft
First time. Flag to indicate that this has been called as part of the
initial loading process. (Optional).

<private> <static> SS._bcs(ft)
Builds custom tag controls placed into the page
Defined in: SS.init.js.
Parameters:
{Boolean} ft
First time. Flag to indicate that this has been called as part of the
initial loading process. (Optional).
Returns:
null

<private> <static> SS._dommap(l)
Map the DOM to allow for reliable monitoring of changes
Defined in: SS.init.js.
Parameters:
{HTMLElement} l
Element to map, typically document.body.
Returns:
null

<private> <static> SS._heinit(l, ft)
Adds extensions to the html control
Defined in: SS.htmlextension.js.
Parameters:
l
ft

<private> <static> SS._heinitfrm()
Initializes the form submit validation (only run once)
Defined in: SS.htmlextension.js.

<private> <static> SS._init()
Call to initialize the framework environment once the document has loaded.
Defined in: SS.init.js.
Returns:
null

<private> <static> SS._main()
Initialize the Spiderscript framework environment.
Defined in: SS.init.js.
Returns:
null

<private> <static> SS._trashClear()
Cleans and removes elements that have been placed onto the trash pile. Elements are destroyed at a leisurely pace to prevent CPU hogging. Once called, this function will call itself every x milliseonds.
Defined in: SS.init.js.
Returns:
null

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Sep 30 2009 09:31:08 GMT+0100 (BST)