I'm developing using Yii 1.1b... it's simply amazing
I'm trying to use zii extensions like CJuiTabs.
I can't understand if is there a way to write panels content outside the panels array and without use a file per tab (renderPartial).
something like
<?php $this->beginWidget('zii.widget.ui.CJuiTabs'); ?>
//php code for tab 1
//php code for tab 2
//php code for tab 3
<?php $this->endWidget('zii.widget.ui.CJuiTabs'); ?>
It is like jui extensions... that is clean to write
Any help?
Thanks in advance,
Marco

Help












