Class TbCollapse
Bootstrap collapse widget.
- CWidget
- TbCollapse
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
See: http://twitter.github.com/bootstrap/javascript.html#collapse
Located at widgets/TbCollapse.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
See: http://twitter.github.com/bootstrap/javascript.html#collapse
Located at widgets/TbCollapse.php
public
|
|
public
|
public
string
|
$tagName | 'div' |
#
the HTML tag for the container. |
public
string
|
$content |
|
#
the content text. |
public
string
|
$view |
|
#
the path to a partial view. |
public
string
|
$parent |
|
#
the CSS selector for the parent element. |
public
boolean
|
$toggle |
|
#
whether to be collapsed on invocation. |
public
string[]
|
$events | array() |
#
$events the JavaScript event configuration (name=>handler). |
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the container. |
public
array
|
$viewData | array() |
#
additional data to be passed to the view. |