advanced code snippet search
sherakama on 09/10/08
form select textmate drupal api drop down 5
09/10/08 05:37pm
1 person have marked this snippet as a favorite
chrisaiv
$options = array( 1 => 'Something', ); $form['userList'] = array( '#type' => 'select', '#title' => t(''), '#default_value' => NULL, '#options' => $options, '#description' => t(''), );
Report this snippet Tweet
Comment:
You need to login to post a comment.