PHP Класс TbLabel

См. также: http://twitter.github.com/bootstrap/components.html#labels
Наследование: extends CWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$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