[support] Form select options...

pavithra pavspavi88 at gmail.com
Fri Jan 28 10:06:29 UTC 2011


I want to display the form's select options like table:
$form['prod_select']=array(
'#type' => 'select',
'#title' => t('Select a product'),
'#size' => 7,
'#options' => $options,
'#default_value' => key($options),
'#attributes' => array('ondblclick' => 'return select_product_search();'),
);

this is what I have in my  form's select-option..how to display options in
table..should I use theme?
-- 
*Cheers
**
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110128/7a7269a4/attachment.html 


More information about the support mailing list