Namespace SS
SS Spiderscript Namespace
Defined in: SS.global.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| 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> |
SS._heinitfrm()
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> |
SS._trashClear()
Cleans and removes elements that have been placed onto the trash pile.
|
Method Detail
<private> <static>
SS._bc(l, c, tn, ft)
Builds the specified control
Defined in: SS.init.js.
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.
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.
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.
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.
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.
Defined in: SS.init.js.
- Returns:
- null
<private> <static>
SS._main()
Initialize the Spiderscript framework environment.
Defined in: SS.init.js.
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.
Defined in: SS.init.js.
- Returns:
- null
