Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Jui Tabs Disable

$
0
0
$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'

Viewing all articles
Browse latest Browse all 18717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>