PHP Класс TbButtonGroup

См. также:
Наследование: extends CWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$buttonType the button callback type.
$buttons the button configuration.
$disabled indicates whether button is disabled or not. Defaults to 'false'.
$dropup indicates whether dropdowns should be dropups instead. Defaults to 'false'.
$encodeLabel indicates whether to encode the button labels.
$htmlOptions the HTML attributes for the widget container.
$size the button size.
$stacked indicates whether the button group appears vertically stacked. Defaults to 'false'.
$toggle indicates whether to enable button toggling.
$type the button type.

Открытые методы

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$buttonType публичное свойство

the button callback type.
См. также: BootButton::buttonType
public $buttonType

$buttons публичное свойство

the button configuration.
public $buttons

$disabled публичное свойство

indicates whether button is disabled or not. Defaults to 'false'.
public $disabled

$dropup публичное свойство

indicates whether dropdowns should be dropups instead. Defaults to 'false'.
public $dropup

$encodeLabel публичное свойство

indicates whether to encode the button labels.
public $encodeLabel

$htmlOptions публичное свойство

the HTML attributes for the widget container.
public $htmlOptions

$size публичное свойство

the button size.
См. также: BootButton::size
public $size

$stacked публичное свойство

indicates whether the button group appears vertically stacked. Defaults to 'false'.
public $stacked

$toggle публичное свойство

indicates whether to enable button toggling.
public $toggle

$type публичное свойство

the button type.
См. также: BootButton::type
public $type