Revision #11 has been created by Orteko on Oct 17, 2010, 10:08:50 AM with the memo:
Add AJAX tag
« previous (#10) next (#12) »
Changes
Title
unchanged
CJuiDialog and AjaxSubmitButton
Category
unchanged
Tutorials
Yii version
unchanged
Tags
changed
AJAX
Content
unchanged
[...]
2. `$("#jobDialog").dialog("close");` We close the dialog.
3. `array('id'=>'closeJobDialog')` We give unique id for this `ajaxLink` to avoid issues as we said before.