form_options_expand |
./options_element.module |
Expand the "options" form element type. |
|
1 |
form_options_from_text |
./options_element.module |
Create an array representation of text option values. |
2 |
|
form_options_to_text |
./options_element.module |
Create a textual representation of options from an array. |
1 |
|
form_options_validate |
./options_element.module |
Validate the "options" form element type. |
|
1 |
form_type_options_value |
./options_element.module |
This function adjusts the value of the element from a text value to an array. |
|
|
options_element_elements |
./options_element.module |
Implementation of hook_elements(). |
|
|
options_element_theme |
./options_element.module |
Implementation of hook_theme(). |
|
|
theme_options |
./options_element.inc |
Theme an options element. |
|
|
_form_options_expand |
./options_element.inc |
Logic function for form_options_expand(). Do not call directly. |
1 |
|
_form_options_from_text |
./options_element.inc |
Logic function for form_options_from_text(). Do not call directly. |
1 |
|
_form_options_search |
./options_element.inc |
Recursive function for finding default value keys. Matches on keys or values. |
1 |
|
_form_options_to_text |
./options_element.inc |
Logic function for form_options_to_text(). Do not call directly. |
1 |
|
_form_options_validate |
./options_element.inc |
Logic function for form_options_validate(). Do not call directly. |
1 |
|
_form_type_options_value |
./options_element.inc |
Logic function for form_type_options_value(). Do not call directly. |
1 |
|