enableTab()
enables a disabled tab
enableTab(id: string): void;
Parameters:
id: string
- the id of a tab to enable
Example
tabbar.enableTab("London");
Related sample: Tabbar. Disable Tab
Change log:
added in v6.4
enables a disabled tab
id: string
- the id of a tab to enable
Example
tabbar.enableTab("London");
Related sample: Tabbar. Disable Tab
added in v6.4