Skip to content Skip to sidebar Skip to footer
Showing posts with the label Yii

'cannot Read Property 'ajaxtype' Of Undefined' While Updating Yii Gridview

Got following error: 'Uncaught TypeError: Cannot read property 'ajaxType' of undefined&… Read more 'cannot Read Property 'ajaxtype' Of Undefined' While Updating Yii Gridview

Trigger Yii Field Validation Onchange Of Another Field

I have two related fields in a Yii model. They are items_per and items_period. items_per is an inte… Read more Trigger Yii Field Validation Onchange Of Another Field

Give Two Function In One Button In Yii Framework

I have a question about Yii framework, i have problem with submit button, i want to given two fungs… Read more Give Two Function In One Button In Yii Framework

Yii - JQuery.fn.yiiGridView Throwing Undefined Error When I Want To Call Update() Function

In my view I have the following widget: $this->widget('bootstrap.widgets.TbGridView', ar… Read more Yii - JQuery.fn.yiiGridView Throwing Undefined Error When I Want To Call Update() Function