24 Dec
2007
24 Dec
'07
4:43 p.m.
Weights are used in several places, and always as an integer, I don't think that there is anything that restricts it from -10 to 10. Drupal core does it by using the 'type' => '#weight'. See http://api.drupal.org/?q=api/file/developer/topics/forms_api_reference.html/... Also look at process_weight in includes/form.inc. I'm not really sure why it's done this way. I would of simply used: '#type' => 'select', '#options' => drupal_map_assoc(range(-10, 10)) Alessandro Feijó wrote:
There is in drupal core a function to return the #options to my weight fields? (-10 to 10, i.e.)
I'm searching in the \includes folder, without success :)
Thanks
Feijó