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

Cjuitabs Problem With Renderpartial Loading Form.css

$
0
0
Hello, this is my code and i've got a problem with loading css in renderPartial


<?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

Viewing all articles
Browse latest Browse all 18717


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