How to render a view in Fancybox using ajax

Comparing #7 with #8

Revision #8 was created by rix.rix. rix.rix. on Jul 23, 2012, 12:32:03 PM.

spelling

Content

[...]
Yii::app()->clientScript->scriptMap['*.js'] = false;
$this->render('view',array('value'=>'data'));
}
```

### **Step 3: Implement
s JS method to trigger Fancybox after Ajax update**
~~~
[js]
function afterAjax()
{
$.fancybox({
[...]