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

Yii, Attaching A Javascript Function On Submit Button

I want to attach a function to my submit button. But my code doesn't seem to be calling the fun… Read more Yii, Attaching A Javascript Function On Submit Button

Highcharts, Yii And Body Content Reloading

I have a view that renders some data in a CListView and a Highcharts graphic. Please note that the … Read more Highcharts, Yii And Body Content Reloading

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

Js Active Form Validation In Yii2

I have a active form and I am trying to validate it using the script written below : jQuery('#… Read more Js Active Form Validation In Yii2