I’m a new user of yii framework, my team is involved in development of a big application for tourism based on yii framework.
I’m actualli addressing a strange behaviour in CForm code auto generation.
That’s the element i’m creating:
As you can see the script undelegate a "click" event on a radio button list that lock the correct behaviour of the radio buttons themselfs. In depth it is impossible to check radio in the browser windows, it fires the ajax request but radio stay unchecked.
I was wondering if i could change the triggering event from "click" to something like "change" directly from the CForm element actributes…