im using yii ctreeview extension and it isnt possible for me to expand/collapse the node by node click - only with +/-. have anyone an idea whats going wrong?
<div id="treeview">
<?php $this->widget('ext.CTreeView_M',
array(
'data'=>$data,
'animated'=>'fast',
'collapsed'=>false,
'htmlOptions'=>array('class'=>'treeview-famfamfam'),
));
?>
</div>