Answer the question
In order to leave comments, you need to log in
Yii. Styling the CJuiTabs widget. How to change style?
Everything seemed obvious...
$this->beginWidget('zii.widgets.jui.CJuiTabs',array(
'id'=>'tabs',
'cssFile'=>'mystyle.css',
'htmlOptions'=> array('class'=>'tabbable tabbable-custom boxless',),
));
tabbable tabbable-custom boxless ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible
'components'=>array(
'clientScript' => array(
'scriptMap' => array(
'jquery-ui.css' => false,
)
),
)
Answer the question
In order to leave comments, you need to log in
I dare to guess that something like this.
$this->widget('zii.widgets.jui.CJuiTabs', array(
...
'themeUrl'=>'/css/jquery-ui-1.8/themes',
'theme'=>'redmond',
.. .
);
PS Haven't tried
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question