CJuiDialog and AjaxSubmitButton

Comparing #11 with #12

Revision #12 was created by tydeas_dr tydeas_dr on Oct 17, 2010, 11:48:53 PM.

Spelling

Content

[...]
`$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 Actio
nAddnew.
~
```php
public function actionAddnew() {
$model=new Job;
// Ajax Validation enabled
[...]