프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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( array( 'class' => 'bootstrap.widgets.TbButton', 'label' => '...', 'size' => '...', ... ), array( 'class' => 'bootstrap.widgets.TbButtonGroup', 'buttons' => array( ... ), 'size' => '...', ), ... ) |
||
$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 |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | string |
array( array( 'class' => 'bootstrap.widgets.TbButton', 'label' => '...', 'size' => '...', ... ), array( 'class' => 'bootstrap.widgets.TbButtonGroup', 'buttons' => array( ... ), 'size' => '...', ), ... )
public $headerButtons |
public string $headerIcon | ||
리턴 | string |
public array $htmlContentOptions | ||
리턴 | array |
public array $htmlHeaderOptions | ||
리턴 | array |
public mixed $title | ||
리턴 | mixed |