YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

YiiBooster

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

The caret in a dropdown seems to be hardcoded. It would be very nice if it was optional.

I want to remove a label block of an input field in a horizontal TbActiveForm. For example, when I add the following checkbox input field to a horizontal form, I...

When fixedHeader is set to true for TbExtendedGridView the filter will not work on any columns. Found this issue in my personal project. Same issue is also on the current...

grid-related

Hi, There is a issue with Yiibooster installation. I used to use Yiibooster 4.00 in a single module, but when I decide to use it for whole project it fails...

I need help guys. I have 3 related models, Research, ResearchType, Patient. Research has many ResearchType, Research has many Patient, ResearchType has many Patient. I show using TbExtendedGridView research name...

question
grid-related

If I use radioButtonListGroup, and use horizontal format: ``` ``` It renders: `checkbox-inline` It cause the CSS in bootstrap not working, `line 1757` ``` .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],...

How can do ajax update groupgridview in booster? Thanks

I use TbImageGallery, but it not work. this is my code ![image](https://cloud.githubusercontent.com/assets/5382358/4040514/665e3418-2ce6-11e4-8ca4-6fdcb467a957.png)

So these are basically going in my database as 0,1,2,3,4 how can I store it as "New" ,"Used" etc., ? code is

When I use this in view: $form->dropDownListRow($model, 'user_id', User::model()->getArrUsers()); The default placeholder appears in the select's options list. In the method of the component TbActiveForm setDefaultPlaceholder() the check for !empty($fieldData[1][3])...