Difference between #7 and #8 of
How to render a view in Fancybox using ajax

Revision #8 has been created by rix.rix. on Jul 23, 2012, 12:32:03 PM with the memo:

spelling
« previous (#7) next (#9) »

Changes

Title unchanged

How to render a view in Fancybox using ajax

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

fancybox, ajax, views

Content changed

[...]
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({
[...]
4 0
14 followers
Viewed: 31 044 times
Version: 1.1
Category: How-tos
Written by: rix.rix.
Last updated by: 张 迪
Created on: Jul 23, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history