CForms: Ajax-based widget validation?

2006-07-11 Thread joel
When using an Ajax-enabled form, is there a way to specify in the model that each widget should be validated as the user leaves the field and to use Ajax to display the results without refreshing the entire page? Thanks. joel ---

Re: CForms: Ajax-based widget validation?

2006-07-13 Thread Simone Gianni
Hi Joel, AFAIK no, there is no way to specify that the widget must be validated when the users leaves the widget. Validation is an operation performed after the submit because each single validation could be dependent by other fields values, for example you could write: ...