Composant Twitter Bootstrap Tab.
More...
Composant Twitter Bootstrap Tab.
- Author
- jc
- Version
- 1.001
Definition at line 13 of file Tab.php.
◆ __construct()
◆ getScript()
◆ onHidden()
This event fires after a new tab is shown (and thus the previous active tab is hidden).
Use event.target and event.relatedTarget to target the previous active tab and the new active tab, respectively.
- Parameters
-
- Returns
- $this
Definition at line 71 of file Tab.php.
◆ onHide()
This event fires when a new tab is to be shown (and thus the previous active tab is to be hidden).
Use event.target and event.relatedTarget to target the current active tab and the new soon-to-be-active tab, respectively.
- Parameters
-
- Returns
- $this
Definition at line 61 of file Tab.php.
◆ onShow()
This event fires on tab show, but before the new tab has been shown.
Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively.
- Parameters
-
- Returns
- $this
Definition at line 41 of file Tab.php.
◆ onShown()
This event fires on tab show after a tab has been shown.
Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively.
- Parameters
-
- Returns
- $this
Definition at line 51 of file Tab.php.
◆ show()
The documentation for this class was generated from the following file: