YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

YiiBooster

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

On the following line of **TbActiveForm** line 710/711 ``` if(isset($options['inline']) && $options['inline']) $widgetOptions['labelOptions']['class'] = 'checkbox-inline'; ``` Does it supposed to use css class `$widgetOptions['labelOptions']['class'] = 'radio-inline';` ?? In bootstrap.css [line...

activeform-related

until then you have to use following syntax ``` echo $form->checkboxListGroup($model, 'checkbox',array( 'widgetOptions'=> array( 'data'=>CHtml::listData(Checkbox::model()->findAll(),'id','name'), 'htmlOptions'=>array( 'template'=>'{beginLabel}{input}{labelTitle}{endLabel}', 'labelOptions'=>array('class'=>''), ), ), )); ```

contribution on review

How to configure ckeditor to not wrap content in tag p? I tried add to config.js this string ``` javascript config.enterMode = CKEDITOR.ENTER_BR; ``` And tried ``` php 'editorOptions' =>...

Hi! YiiBooster 4.0.1 Some problems occurs when you try to filter in TbGroupGridView. In version 3.1.1, the problem has not been seen. Below code works fine on 3 version. Error...

Please, can you make inclusion of jquery-ui-no-conflict.min.js configurable. This file is annoying and give error and do not allow to include newer version of jquery ui

Day by day using yiibooster is becoming risky. Because everyday there is new js & css versions, but team is not updating assets. For example, i am using latest bootstrap...

enhancement
stt-new

Overview: Im currently using version Bootstrap v3.2.0 of YiiBooster. In previous versions i do the same thing and it works fine. Scenario: I use an seperate search from the grid...

I am trying to set pk, see https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbEditable.php#L36 It is being overridden by this piece here: https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbEditableField.php#L112

TBWidget.php lines 54, 55 $cotext instead of $context