kebutuhan saya tab di dalam tab,, kurang lebihhh,,
tab in tab.jpg (33.22K)
Number of downloads: 36
untuk tab pertama saya pake 'zii.widgets.jui.CJuiTabs'
nah untuk tab2/subtab niat nya pake 'bootstrap.widgets.BootTabbable' tapii itu statiss bisa ga siih digabung sama ajax ?
<?php $this->widget('bootstrap.widgets.BootTabbable', array(
'type'=>'tabs', // 'tabs' or 'pills'
'tabs'=>array(
array('label'=>'inbox', 'content'=>'aaaaa'),
)),
'events'=>array(
'show'=>"js:function() { console.log('Tabbable show.'); }",
'shown'=>"js:function() { console.log('Tabbable shown.'); }",
),
),
)); ?>
'content'=>'aaaaa'
digantii
'ajax'=>$this->breadcrumbs=array('member/inbox'),
thx for any response

Help












