Revision #12 has been created by tydeas_dr on Oct 17, 2010, 11:48:53 PM with the memo:
Spelling
« previous (#11) next (#13) »
Changes
Title
unchanged
CJuiDialog and AjaxSubmitButton
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
AJAX
Content
changed
[...]
`$ajaxOptions` has to do with `#jobDialog` the `div` after the `ajaxLink` which will contain the `CJuiDialog` after the `'update'`
and finally last but not least the `$htmlOption` where I set an `id` to the `ajaxLink` for avoiding some issues.
### JobController. The ActionAddnew.
~
```php
public function actionAddnew() {
$model=new Job;
// Ajax Validation enabled[...]