This progress bar is based on this wiki article.
$this->widget('bootstrap.widgets.BootGridView', array( 'id' => 'model-grid', 'dataProvider' => $model->search(), 'filter' => $model, 'columns' => array( 'id', 'name', array( 'class' => 'ext.BootProgressColumn.BootProgressColumn', 'name' => 'percentage', 'percent' => 'percentage', ), ), ));
to @Luiz
Total 3 comments
Great idea to turn in a wiki extension. I also liked the suggestion to renomera 'Tb' for compatibility and standards.
@yiqing95 Good idea, I'll rename it in the next release :) Thanks for your suggestion.
why not change the "Boot" prefix to "Tb" . just a suggestion ! and because the yii-bootstrap do not include any other additional extension except wich come from twitter bootstrap. so this extension can merge to the YiiBooster . the "Boot" prefix is no longer used by yii-bootstrap extension from 1.0 . and all of us who use twitter bootstrap have accepted this "Naming Convention" .
Leave a comment
Please login to leave your comment.