Monday, 30 September 2013

What's the default weight of a form's submit element=?iso-8859-1?Q?=3F_=96_drupal.stackexchange.com?=

What's the default weight of a form's submit element? –
drupal.stackexchange.com

The following code is fairly standard for adding a submit button to the
bottom of a form: // Submit button. $form['submit'] = array( '#type' =>
'submit', '#value' => t('Save'), ); It …

No comments:

Post a Comment