HTML dropDownList Widget

Hi,

How do I put a widget on an HTML dropDownList?

This is how to with using the model:




echo $form->field($model, 'productsid')->widget(DepDrop......



This is what I am trying to do:




Html::dropDownList('productsid[]')->widget(DepDrop.....	



Thanks