Hello, this is my code and i've got a problem with loading css in renderPartial
it is what i need - http://prntscr.com/zwgjg
it is what i have got - http://prntscr.com/zwge8
<?php $this->widget('zii.widgets.jui.CJuiTabs', array( 'tabs'=>array( 'Упрощённая форма'=> $this->renderPartial('_reg-lite',array('model' => $model), $this,true), 'Полная форма'=> $this->renderPartial('_reg-full',array('model' => $model), $this,true), ), 'options' => array( 'hide' => 'fade', 'show' => 'fade', ) )); ?>
it is what i need - http://prntscr.com/zwgjg
it is what i have got - http://prntscr.com/zwge8