* $this->beginWidget('zii.widgets.jui.CJuiDroppable',array( * // additional javascript options for the droppable plugin * 'options'=>array( * 'scope'=>'myScope', * ), * )); * echo 'Your droppable content here'; * * $this->endWidget(); * *