Using CJuiDialog to edit rows in a CGridView

Comparing #3 with #4

Revision #4 was created by Russell England Russell England on Jun 8, 2011, 5:20:58 PM.

indenting

Content

[...]
"",
array(
\'style\'=>\'cursor: pointer; text-decoration: underline;\',
\'onclick\'=>\'{
updateComment._updateComment_url="\'.
Yii::app()->createUrl( "eventClient/updateComment", array("id"=>$data["id"])
 
)
.\'";
updateComment();
$("#dialogComment").dialog("open");}\'
)
);',
[...]