How can I add an classes to this example:
<?php
$this->widget('bootstrap.widgets.TbTabs', array(
'type'=>'tabs', // 'tabs' or 'pills'
'tabs'=>array(
array('label'=>'Krant', 'content'=>'Home Content', 'active'=>true),
array('label'=>'Postcode', 'content'=>'Postal'),
),
));
?>
I can’t find any kind of property that does this, is this intended to be so or just not possible?
By default Yii Conventions, you can try like this: