Class TbTabs
Boostrap tabs widget.
- CWidget
- TbTabs
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Antonio Ramirez <ramirez.cobos@gmail.com>
Located at widgets/TbTabs.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Antonio Ramirez <ramirez.cobos@gmail.com>
Located at widgets/TbTabs.php
public
|
|
public
|
|
public
|
|
protected
|
|
public
|
public
string
|
$type |
|
#
the type of tabs to display. Valid values are 'tabs' and 'pills' (defaults to 'tabs'). |
public
string
|
$placement |
|
#
the placement of the tabs. Valid values are 'right, 'left' and 'below'. |
public
array
|
$tabs | array() |
#
the tab configuration. |
public
array
|
$viewData |
|
#
additional data submitted to the views. |
public
string
|
$onShow |
|
#
a javascript function that This event fires on tab show, but before the new
tab has been shown. Use |
public
string
|
$onShown |
|
#
a javascript function that fires on tab show after a tab has been shown. Use
|
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the widget container. |
protected
string[]
|
$events | array() |
#
the Javascript event handlers. |