Revision #4 has been created by Russell England on Jun 8, 2011, 5:20:58 PM with the memo:
indenting
« previous (#3)
Changes
Title
unchanged
Using CJuiDialog to edit rows in a CGridView
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
ajax, juidialog, CGridView
Content
changed
[...]
"",
array(
\'style\'=>\'cursor: pointer; text-decoration: underline;\',
\'onclick\'=>\'{
updateComment._updateComment_url="\'.
Yii::app()->createUrl(
"eventClient/updateComment",
array("id"=>$data["id"])
)
.\'";
updateComment();
$("#dialogComment").dialog("open");}\'
)
);',[...]