Class SS.control.tab
Tab control used by the tab bar control.
Defined in: SS.control.tab.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Style sheet class applied to the tab.
|
|
|
Style sheet class applied to the tab.
|
|
|
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 Attributes | Method Name and Description |
|---|---|
|
deselect(e)
Handles the deselecting of this tab.
|
|
|
render()
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.
|
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
