Drupal, template.php where do the $form names come from ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-06-16T07:18:45Z Indexed on 2010/06/16 7:22 UTC
Read the original article Hit count: 151

Filed under:
|

hi,

I want to customize my Drupal back-end forms.

I'm using template.php file.. i.e.

  $form['menu']['#collapsed'] = true;
  $form['author']['#collapsed'] = true;
  $form['buttons']['#weight']  = 100;

But I was wondering from where the section names (menu, author, buttons), come from. (They are not id or classes in html code, so I guess there is an index with all names stored somewhere.

Where can I get the complete list of section names ?

Furthermore, I've added a taxonomy-super-select-checkboxes section by installing the module. How can I refer to this section, to make the field not collapsed.

thanks

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-6