Skip to content
t-visualappeal edited this page Feb 22, 2012 · 1 revision

Progress Bar demo

Default

$this->widget('EBootstrapProgressBar', array(
	'type' => 'info',
	'width' => 20,
));

Striped

$this->widget('EBootstrapProgressBar', array(
	'type' => 'success',
	'striped' => true,
	'width' => 40,
));

Animated

 $this->widget('EBootstrapProgressBar', array(
	'type' => 'danger',
	'striped' => true,
	'active' => true,
	'width' => 60,
));
Clone this wiki locally