Class WhBox
WhBox.php
- CWidget
- WhBox
Package: YiiWheels\widgets\box
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Uses: YiiStrap.helpers.TbHtml
Located at widgets/box/WhBox.php
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Uses: YiiStrap.helpers.TbHtml
Located at widgets/box/WhBox.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
mixed
|
$title |
#
Box title If set to false, a box with no title is rendered |
public
string
|
$headerIcon |
#
The class icon to display in the header title of the box. |
public
string
|
$content |
#
Box Content optional, the content of this attribute is echoed as the box content |
public
array
|
$htmlOptions |
#
box HTML additional attributes |
public
array
|
$htmlHeaderOptions |
#
box header HTML additional attributes |
public
array
|
$htmlContentOptions |
#
box content HTML additional attributes |
public
array
|
$headerButtons |
#
the configuration for additional header buttons. Each array element specifies a single button which has the following format: array( TbHtml::button('Primary', array('color' => TbHtml::BUTTON_COLOR_PRIMARY)) ... ) |