Question
How can I change the tab by default?
Answer
Use the DefaultTabName property and specify the needed tab. Or alternatively, override the initTabs() method and specify the active tab via setActiveTab("Tab name") therein.
How can I change the tab by default?
Use the DefaultTabName property and specify the needed tab. Or alternatively, override the initTabs() method and specify the active tab via setActiveTab("Tab name") therein.