PHP 클래스 TbButton

또한 보기: http://twitter.github.com/bootstrap/base-css.html#buttons
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$active indicates whether the button is active.
$ajaxOptions the button ajax options (used by 'ajaxLink' and 'ajaxButton').
$block indicates whether the button should span the full width of the a parent.
$buttonType the button callback types. Valid values are 'link', 'button', 'submit', 'submitLink', 'reset', 'ajaxLink', 'ajaxButton' and 'ajaxSubmit'.
$completeText the complete text.
$disabled indicates whether the button is disabled.
$dropdownOptions the HTML attributes for the dropdown menu.
$encodeLabel indicates whether to encode the label.
$htmlOptions the HTML attributes for the widget container.
$icon the button icon, e.g. 'ok' or 'remove white'.
$items the dropdown button items.
$label the button label.
$loadingText the loading text.
$size the button size. Valid values are 'large', 'small' and 'mini'.
$toggle indicates whether to enable toggle.
$type the button type. Valid values are 'primary', 'info', 'success', 'warning', 'danger' and 'inverse'.
$url the button URL.
$visible the button is visible or not

공개 메소드들

메소드 설명
init ( ) ### .init()
run ( ) ### .run()

보호된 메소드들

메소드 설명
createButton ( ) : string ### .createButton()
hasDropdown ( ) : boolean ### .hasDropdown()

메소드 상세

createButton() 보호된 메소드

Creates the button element.
protected createButton ( ) : string
리턴 string the created button.

hasDropdown() 보호된 메소드

Returns whether the button has a dropdown.
protected hasDropdown ( ) : boolean
리턴 boolean the result.

init() 공개 메소드

Initializes the widget.
public init ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$active 공개적으로 프로퍼티

indicates whether the button is active.
public $active

$ajaxOptions 공개적으로 프로퍼티

the button ajax options (used by 'ajaxLink' and 'ajaxButton').
public $ajaxOptions

$block 공개적으로 프로퍼티

indicates whether the button should span the full width of the a parent.
public $block

$buttonType 공개적으로 프로퍼티

the button callback types. Valid values are 'link', 'button', 'submit', 'submitLink', 'reset', 'ajaxLink', 'ajaxButton' and 'ajaxSubmit'.
public $buttonType

$completeText 공개적으로 프로퍼티

the complete text.
public $completeText

$disabled 공개적으로 프로퍼티

indicates whether the button is disabled.
public $disabled

$dropdownOptions 공개적으로 프로퍼티

the HTML attributes for the dropdown menu.
부터: 0.9.11
public $dropdownOptions

$encodeLabel 공개적으로 프로퍼티

indicates whether to encode the label.
public $encodeLabel

$htmlOptions 공개적으로 프로퍼티

the HTML attributes for the widget container.
public $htmlOptions

$icon 공개적으로 프로퍼티

the button icon, e.g. 'ok' or 'remove white'.
public $icon

$items 공개적으로 프로퍼티

the dropdown button items.
public $items

$label 공개적으로 프로퍼티

the button label.
public $label

$loadingText 공개적으로 프로퍼티

the loading text.
public $loadingText

$size 공개적으로 프로퍼티

the button size. Valid values are 'large', 'small' and 'mini'.
public $size

$toggle 공개적으로 프로퍼티

indicates whether to enable toggle.
public $toggle

$type 공개적으로 프로퍼티

the button type. Valid values are 'primary', 'info', 'success', 'warning', 'danger' and 'inverse'.
public $type

$url 공개적으로 프로퍼티

the button URL.
public $url

$visible 공개적으로 프로퍼티

the button is visible or not
부터: 0.9.11
public $visible