form_options_attributes_element_info_alter |
./form_options_attributes.module |
Implements hook_element_info_alter(). |
|
|
form_options_attributes_form_process_option_attributes |
./form_options_attributes.module |
Processes a checkboxes or radios form element to add options_attributes. |
|
1 |
form_options_attributes_form_select_options |
./form_options_attributes.module |
Converts a select form element's options array into HTML.
Copied from form_select_options(), and added patch from:
https://www.drupal.org/node/414562 |
1 |
|
form_options_attributes_select |
./form_options_attributes.module |
Returns HTML for a select form element.
Copied from theme_select(), and added patch from:
https://www.drupal.org/node/414562 |
|
1 |
form_options_attributes_test_form |
tests/form_options_attributes_test.module |
|
|
1 |
form_options_attributes_test_menu |
tests/form_options_attributes_test.module |
Implements hook_menu(). |
|
|
form_options_attributes_test_optgroup_form |
tests/form_options_attributes_test.module |
|
|
1 |
form_options_attributes_theme_registry_alter |
./form_options_attributes.module |
Implements hook_theme_registry_alter(). |
|
|