[drupal-devel] Rewriting use of forms in Drupal

Karoly Negyesi karoly at negyesi.net
Fri Jun 3 09:48:29 UTC 2005


> $output['title'] = array('type' => 'textfield',
>                          'title' => t('Title'),
>                          'name' => 'title',
>                          'value' => $edit->title,
>                          'size' => 60,
>                          'maxlenght' => 128,
>                          'decription' => NULL,
>                          'attributes' => NULL,
>                          'required' => TRUE
>                         );

I suspect that if someone would make a statistics of drupaldocs.org form_* 
would be on top. To be free from arbitrary parameter order would be a HUGE 
plus. Gerhard, if you need a hand in coding, you know where to find me.



More information about the drupal-devel mailing list