$this->widget('zii.widgets.jui.CJuiTabs', array(
'tabs'=>array(
'Static tab'=>'Static content',
'[b]Render tab[/b]'=>$this->renderPartial('one',null,true),
'Ajax tab'=>array('ajax'=>array('ajaxContent','view'=>'_content2')),
),
'options'=>array(
'collapsible'=>true,
'selected'=>2,
),
'htmlOptions'=>array(
'style'=>'width:500px;'
),
));
From the above code how to disable the tab 'Render tab'