new Tabset()
This class is the tabs manager of the application. It is accessible by `app.tabset`
Methods
-
clickTab($index, event)
-
Perform click action on tab title
Parameters:
Name Type Description $index
int The tab index in the tabset event
Event The triggered event Returns:
False- Type
- boolean
-
push()
-
Push a new tab in the tabset
-
registerTabs()
-
Save the tabs last urls in a cookie
-
remove(index)
-
Remove a tab by it index in the tabset
Parameters:
Name Type Description index
int The tab index in the tabset