Fancybox Extension

i stuck in one point where ,i want the renderpartailly of controller and view in new appearing fancybox window…plz help me out of these …thanks in advance …plz suggest some changes required

<?php echo CHtml::link(“jelentem”,array(’/TileSlideMenu/index’), array(‘id’=>‘iframe’))?>

<?php $this->widget(‘ext.fancybox.EFancyBox’, array(

    'target'=&gt;'a#iframe',


    'config'=&gt;array(


            'scrolling'=&gt;'no',


            'titleShow'=&gt;true),


    )

);

?>