I'm using the Yii Booster extension which i have extracted into the directory
protected/extensions/bootstrap
I am trying to create two buttons using the code below:-
$this->widget('ext.bootstrap.widgets.TbButton',array( 'label' => 'Primary', 'type' => 'primary', 'size' => 'large' )); $this->widget('ext.bootstrap.widgets.TbButton',array( 'label' => 'Secondary', 'size' => 'large' ));
My problem is that the stylesheet is not loading so i just get the button labels printed next to each other without the actual button. Please let me know where i could be going wrong with the configuration.
Please see attached images
Thanks
Attached File(s)
-
my-application.gif (5.82K)
Number of downloads: 60 -
example.gif (13.2K)
Number of downloads: 55