* $this->beginWidget('zii.widgets.jui.CJuiResizable',array( * // additional javascript options for the resizable plugin * 'options'=>array( * 'minHeight'=>'150', * ), * )); * echo 'Your Resizable content here'; * * $this->endWidget(); * *