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 enableExample
tabbar.enableTab("London");
Related sample: Tabbar. Disable tab
added in v6.4