YiiBooster
YiiBooster copied to clipboard
YiiBooster
The cause is here: https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbFormInputElement.php#L158 'widgetOptions' and 'label' should be separate strings, yet they are concatinated into one
Please read this. https://stackoverflow.com/questions/14483348/query-function-not-defined-for-select2-undefined-error This can be solved in TbSelect2 at line 148 in your Dev branch by adding select before the #{$id} [code] ob_start(); echo "jQuery('select#{$id}').select2({$options})"; foreach ($this->events as...
Datepicker working in my module, but on page for register user not working and that page is rendered form site controllers and it is in view folder not in modules....
The following code not working! echo $form->textFieldGroup($model, 'Email',array('class'=>'input-group input-group-lg')); I am not able to assign the class to the above input. Please if anyone can help?
Hey. I have a bootstrap based app already together with a custom theme, and now I wanted to ad dBooster to it to have an easier access to widgets. But...
``` $this->widget( 'booster.widgets.TbButtonGroup', array( 'buttons' => array( array('label' => 'Left', 'url' => '#', 'htmlOptions' => array('target' => '_blank')), ), ) ); ```
bootstrap-datepicker-noconflict.js doesn't exist in the original library, so it is not present in the CDN distribution of it either. I'm not sure if it's even required still or if there...
include(Booster.php): failed to open stream: No such file or directory (/app01/www/phpfw/yii-1.1.14.f0fee9/framework/YiiBase.php:427) Lines causing issue : ``` $booster = Booster::getBooster(); $booster->registerPackage('switch'); ```
I have a grid (TbExtendedGridView or CGridView, tried with both). When the grid displays record already there, adding a new x-editable record function correctly. After insertion, and grid update, the...
Am i missing something or is there an explination for this, but extended summery does not show unless i remove display:none from this line: Line 666 of TbExtendedGridView: echo '';