YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

YiiBooster

Results 100 YiiBooster issues
Sort by recently updated
recently updated
newest added

Hi, The glyphicon icons are not shown in submenu (TbNavbar > TbMenu). Only the first level of menu has glyphicon icons visible. In the preview version on Yiibooster you could...

Please add theme support from config.php file so that custom theme can be used from that. I have made a version of mine for that, I can commit and push...

A regular 'filter' => array('0' => 'No', '1' => 'Yes') doesn't work and it gives no error. How would I do this? Thanks, José

I have two date fields on the form, if the field is empty, it writes the current date. Is there any workaround for the problem?

Hi, Is there any way to add html to the tags array in select2? Something like 'type' => 'raw'? I would like to add a picture, name and email for...

When toggling the switch button several times (in a form $form->switchGroup) the ON and OFF buttons go slightly up. Also, the focusout event never triggers to remove the class "bootstrap-switch-focused"....

I wrotte this: ``` php ... $opcionesDatePicker = array( 'wrapperHtmlOptions' => array( 'class' => 'col-xl-2', ), 'widgetOptions' => array( 'options' => array( 'format' => 'yyyy-mm-dd', 'viewformat' => 'dd-mm-yyyy', 'language' =>...

Is it possible to have two different extendedSummary in one TbExtendedGridView like TbSumOperation and TbCountOfTypeOperation under same grid

How to add form feed back to form fields like the one below: ![feedback](https://cloud.githubusercontent.com/assets/3326612/3195713/ed1f64e4-ed18-11e3-84a9-eeb949644fe3.PNG) Thank you.

How about add the File Input to YiiBooster? Please see the example in this url: http://addyosmani.github.com/jquery-ui-bootstrap/ Thank you!

enhancement