- How do you specify the selected tab at startup?
- How do you programmatically select tabs?
|
|
|
||
|
|
|
|
You can specify the tab to display at startup with the selected attribute.
After the TabContainer startup, you can use selectChild with the id or the reference to the widget. Note that calling selectChild before the TabContainer startup results in an error. |
|||
|
|
|
|
HTML - Use selected attribute.
JavaScript - Use selectChild method on TabContainer widget.
You can find more examples here: TabContainer Demo WARNING!!! This demo is from nightly build. Not all features are included in 1.3.2 version. |
||
|
|
