Class: Tabset

Tabset


new Tabset()

This class is the tabs manager of the application. It is accessible by `app.tabset`
Source:

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
Source:
Returns:
False
Type
boolean

push()

Push a new tab in the tabset
Source:

registerTabs()

Save the tabs last urls in a cookie
Source:

remove(index)

Remove a tab by it index in the tabset
Parameters:
Name Type Description
index int The tab index in the tabset
Source: