Advertisement
DrupalCustom

pfile

Jan 23rd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1.  $form['username'] = array(
  2.   '#type' => 'textfield',
  3.   '#title' => t('Freeway Global User Name:'),
  4.   '#default_value' => $defaultGlobalUserVal,
  5.   '#size' => 15,
  6.   '#weight' => 4,
  7.   '#maxlength' => 64,
  8.   '#required' => TRUE,
  9.   '#attributes' => array('class' => 'defaultText'),
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement