This extension is great I just need a little bit of help if somebody had used it before. :| iwant to populate the selected values also but i think there is no option available here is the code sample.
<?php
$this->widget('application.extensions.jmultiselect2side.Jmultiselect2side',array(
'name'=>'Model[]',
'labelsx'=>'Choose Cuisine',
'labeldx'=>'Selected Cuisine',
'moveOptions'=>false,
'list'=>$model->cuisine_type,
?>
is there an option like 'list2'=>selectedOptions for selected? in the extension page there is only 'list' please help thanks hehe

Help











