PHP Class TbButtonGroup

See also:
Inheritance: extends CWidget
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$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.

Public Methods

Method Description
init ( ) ### .init()
run ( ) ### .run()

Method Details

init() public method

Initializes the widget.
public init ( )

run() public method

Runs the widget.
public run ( )

Property Details

$buttonType public property

the button callback type.
See also: BootButton::buttonType
public $buttonType

$buttons public property

the button configuration.
public $buttons

$disabled public property

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

$dropup public property

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

$encodeLabel public property

indicates whether to encode the button labels.
public $encodeLabel

$htmlOptions public property

the HTML attributes for the widget container.
public $htmlOptions

$size public property

the button size.
See also: BootButton::size
public $size

$stacked public property

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

$toggle public property

indicates whether to enable button toggling.
public $toggle

$type public property

the button type.
See also: BootButton::type
public $type