Drupal: what's the Drupal id for the "Save Button" ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-19T15:48:00Z
Indexed on
2010/05/19
15:50 UTC
Read the original article
Hit count: 200
hi,
what's the hook for the Save Button in Drupal ?
I've tried
$form['submit']['#weight'] = -50;
But it doesn't work. I'm sure the template.php file works because for example:
$form['author']['#weight'] = -50;
works.
Thanks
© Stack Overflow or respective owner