Property | Type | Description | |
---|---|---|---|
$content | string | Box Content optional, the content of this attribute is echoed as the box content | |
$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)) ... ) |
||
$headerIcon | string | The class icon to display in the header title of the box. | |
$htmlContentOptions | array | box content HTML additional attributes | |
$htmlHeaderOptions | array | box header HTML additional attributes | |
$htmlOptions | array | box HTML additional attributes | |
$title | mixed | Box title If set to false, a box with no title is rendered |
Method | Description | |
---|---|---|
init ( ) | ### .init() | |
registerClientScript ( ) | ### .registerClientScript() | |
renderButtons ( ) | ### .renderButtons() | |
renderContentBegin ( ) | * ### .renderContentBegin() | |
renderContentEnd ( ) | * ### .renderContentEnd() | |
renderHeader ( ) | ### .renderHeader() | |
run ( ) | ### .run() |
public registerClientScript ( ) |
public renderButtons ( ) |
public renderContentBegin ( ) |
public renderHeader ( ) |
public string $content | ||
return | string |
array( TbHtml::button('Primary', array('color' => TbHtml::BUTTON_COLOR_PRIMARY)) ... )
public $headerButtons |
public string $headerIcon | ||
return | string |
public array $htmlContentOptions | ||
return | array |
public array $htmlHeaderOptions | ||
return | array |
public array $htmlOptions | ||
return | array |
public mixed $title | ||
return | mixed |