Property | Type | Description | |
---|---|---|---|
$TbButtonTypes | Core button types (alias=>CHtml method name) | ||
$layoutType | the button layout: set as TbButton->type in function render() Valid values are 'primary', 'info', 'success', 'warning', 'danger' and 'inverse'. |
Method | Description | |
---|---|---|
render ( ) : string | Run TbButton widget |
Method | Description | |
---|---|---|
prepareWidgetOptions ( array $options ) : mixed | Prepare the options before running the TbButton widget |
protected prepareWidgetOptions ( array $options ) : mixed | ||
$options | array | |
return | mixed |
public static $TbButtonTypes |