jpopup extension

<?php $this->widget(‘ext.popup.JPopupWindow’, array(

‘tagName’=>‘button’,

‘content’=>‘Choosen’,

‘url’=>array(’/selectpatientadmission/index’),

‘options’=>array(

‘height’=>500,

‘width’=>1000,

‘top’=>50,

‘left’=>50,

),

)); ?><!-- popup -->

</div>

instead of url ,i want to do it renderpartailly , calling in new window with just that controller and action

without the rest part…plz help me out of these