PHP Класс TbProgress

См. также:
С версии: 0.9.10
Наследование: extends TbWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$animated indicates whether the bar is animated.
$content div content
$htmlOptions the HTML attributes for the widget container.
$percent the amount of progress in percent.
$stacked array set to an array of progress bar values to display stacked progress bars
 'stacked'=>array(
     array('type' => 'info|success|warning|danger', 'percent'=>'30', 'htmlOptions'=>array('class'=>'custom')),
     array('type' => 'info|success|warning|danger', 'percent'=>'30'),
 )
$striped indicates whether the bar is striped.
$type the bar type. Valid values are 'info', 'success', and 'danger'.

Открытые методы

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

run() публичный Метод

Runs the widget.
С версии: 9/21/12 8:13 PM antonio ramirez Updated to use stacked progress bars
public run ( )

Описание свойств

$animated публичное свойство

indicates whether the bar is animated.
public $animated

$content публичное свойство

div content
public $content

$htmlOptions публичное свойство

the HTML attributes for the widget container.
public $htmlOptions

$percent публичное свойство

the amount of progress in percent.
public $percent

$stacked публичное свойство

set to an array of progress bar values to display stacked progress bars
 'stacked'=>array(
     array('type' => 'info|success|warning|danger', 'percent'=>'30', 'htmlOptions'=>array('class'=>'custom')),
     array('type' => 'info|success|warning|danger', 'percent'=>'30'),
 )
С версии: 9/21/12 8:14 PM antonio ramirez
public array $stacked
Результат array

$striped публичное свойство

indicates whether the bar is striped.
public $striped

$type публичное свойство

the bar type. Valid values are 'info', 'success', and 'danger'.
public $type