PHP 클래스 TbLabel

또한 보기: http://twitter.github.com/bootstrap/components.html#labels
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$encodeLabel whether to encode the label.
$htmlOptions the HTML attributes for the widget container.
$label the label text.
$type the label type. Valid types are 'success', 'warning', 'important', 'info' and 'inverse'.

공개 메소드들

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

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$encodeLabel 공개적으로 프로퍼티

whether to encode the label.
public $encodeLabel

$htmlOptions 공개적으로 프로퍼티

the HTML attributes for the widget container.
public $htmlOptions

$label 공개적으로 프로퍼티

the label text.
public $label

$type 공개적으로 프로퍼티

the label type. Valid types are 'success', 'warning', 'important', 'info' and 'inverse'.
public $type