YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

YiiBooster

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

I want use getter in CActiveRecord as sortableAttribute. For do this please change in _TbExtendedGridView_ ``` /** *### .getAttribute() * * Helper function to get an attribute from the data...

I'm working on a TbExtendedgridView under TbrelationalColumn. When I'm deleting the data, the TbExtendedGridView is removed instead of refreshing it. I don't if it's a bug or an error on...

I have a TbExtendedGridview inside the TbRelationalColumn. If I'm deleteting a record on the first TbRelationalColumn grid, everything was ok. But if I open another relational column grid, the delete...

Is there any reason this file is including CDataColumn instead of TbDataColumn ? I'd rather use TbDataColumn as the Bootstrap styles are used. I can fix, but just wanted to...

I have a TBextendedGridview, and i add records using a modal form. After the completion of the form, i call $.fn.yiiGridView.update('my-grid') to update the grid. Everything work normally. But when...

When creating multiple models in same form( tabular input) the placeholders are not showing correct attribute labels for example `` the placeholder is rendered as `[0]name`

`TbEditableColumn` now extends `CDataColumn` that is wrong. When filter is enabled in `TbGridView`, element (e.g. `input`) inside `div.filter-container` is missing class `form-control`. So It is not rendered in Bootstrap style....

I use renderpartial to call a form inside a modal. When the form includes a datepicker field, Uncaught TypeError: undefined is not a function is returned, and the modal does...

Do you plan to add ajax feature in TbTabs like in CJuiTabs ?

enhancement