Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Class SS.control.tab

Tab control used by the tab bar control.
Defined in: SS.control.tab.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
css
Style sheet class applied to the tab.
 
Style sheet class applied to the tab.
 
id
Identifier of the tab control.
 
Function called or evaluated {String} when this tab loses it selected status.
 
Function called or evaluated {String} when the tab is selected (clicked on).
 
Flag indicating if the tab is in the selected state.
 
Arbitary value of the tab.
 
Flag indicating if the tab is visible in the tab bar.
Method Summary
Method Attributes Method Name and Description
 
Handles the deselecting of this tab.
 
Renders the tab inside the parent tab bar.
 
select(e)
Handles the selecting of the tab and activating the deselect function of the previosuly selected tab.
Class Detail
SS.control.tab()
Field Detail
css
Style sheet class applied to the tab. Default = "SS_control_tab"

css_on
Style sheet class applied to the tab. Default = "SS_control_tab_on"

id
Identifier of the tab control.

ondeselect
Function called or evaluated {String} when this tab loses it selected status.

onselect
Function called or evaluated {String} when the tab is selected (clicked on).

selected
Flag indicating if the tab is in the selected state. Default = false.

value
Arbitary value of the tab. Default = "".

visible
Flag indicating if the tab is visible in the tab bar. Default = true.
Method Detail
deselect(e)
Handles the deselecting of this tab.
Parameters:
{Event} e
Raised event.
Returns:
null

render()
Renders the tab inside the parent tab bar.
Returns:
null

select(e)
Handles the selecting of the tab and activating the deselect function of the previosuly selected tab.
Parameters:
{Event} e
Raised event.
Returns:
null

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