Свойство | Тип | Описание | |
---|---|---|---|
$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() |
'stacked'=>array( array('type' => 'info|success|warning|danger', 'percent'=>'30', 'htmlOptions'=>array('class'=>'custom')), array('type' => 'info|success|warning|danger', 'percent'=>'30'), )
public array $stacked | ||
Результат | array |