PHP 클래스 TbButtonGroup

또한 보기:
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$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