YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

YiiBooster

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

Just upgraded to the latest bootstrap and yiibooster versions, and the fixed header functionality stopped working. My code is as follows: $this->widget('booster.widgets.TbExtendedGridView', array( 'id' => 'vpolicy-grid', 'fixedHeader' => true, 'headerOffset'...

Bundled version: 3.0.2 Upstream version: 3.3.2 Since development of YiiBooster appears to be reaching the end of its life, I find it unlikely that this (along with many other bundled...

I checked out the latest on the v4.0.1 tag, and I'm getting this error.

Hi I have a TbExtendedGridview that uses some TbEditableColumns. The initial state of the gridview is that it has no results. I then populate the table via a dialog popup...

question
grid-related

there is a problem on 'writeResponsiveCss' method of 'TbGridView' class. It should include tfoot tag in the css selectors. Can you fix it? Thanks

This is important for styling because often we want a simple link which functions as a standard anchor but appears as a button.

Hy! I use this widget: ``` php $this->widget('booster.widgets.TbFileUpload',array( 'multiple'=>false, 'model'=>$model, 'attribute'=>'picture', 'url'=>$this->createAbsoluteUrl('/deejays/upload'), 'options'=>array ( 'maxFileSize'=>2000000, 'acceptFileTypes'=>'js:/(\.|\/)(jpe?g)$/i', ) )); ``` I set 'multiple'=>false, but is ignored in form template.

As CTabView has ['items']['url'] attributes, but TbTabView simply ignores it. See 'url' element from CTabView documentation: http://www.yiiframework.com/doc/api/1.1/CTabView#tabs-detail

The datetimepicker bundled with yiibooster appears to be very outdated and does not support multiple vital features such as extra formats (unix timestamp for example). I propose replacing it with...

Hi Guys, I know that dropDownListGroup can display values as follows ``` php ``` How can I get the values in the 'data' from a database table?