|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Widget
|
+--TabPanel
Defined in widgets/tabview.js
| Field Summary | |
Object |
contentEl
Content element |
Object |
labelEl
Label element |
Object |
parent
Parent tab view |
| Fields inherited from class Widget |
attributes
|
| Constructor Summary | |
TabPanel
(<Object> attrs)
The TabPanel class represents a tabbed view, member of a TabView widget |
|
| Method Summary | |
void
|
activate()
Activates the tab |
void
|
disable()
Disables the tab |
void
|
enable()
Enables the tab |
Number
|
getIndex()
Get the index of this tab panel |
Boolean
|
isActive()
Check if this tab is active |
Boolean
|
isEnabled()
Checks if the tab is enabled |
void
|
loadContent(uri, method, params, activate)
Load contents into the tab panel using AJAX |
void
|
setContent(<String> code, <Boolean> evalScripts)
Set tab contents |
void
|
setup()
Initializes the widget |
| Methods inherited from class Widget |
hasAttributes
|
| Field Detail |
Object contentEl
Object labelEl
Object parent
| Constructor Detail |
TabPanel(<Object> attrs)
attrs - Attributes
| Method Detail |
void activate()
void disable()
void enable()
Number getIndex()
Boolean isActive()
Boolean isEnabled()
void loadContent(uri, method, params, activate)
Target - URI
Method -
Parameters - (when using POST)
void setContent(<String> code, <Boolean> evalScripts)
code - Contents
evalScripts - Eval script blocks or not
void setup()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||