elements_add_autocomplete |
./elements.module |
Return the autocompletion HTML for a form element. |
4 |
|
elements_elements |
./elements.module |
Implements hook_elements(). |
|
|
elements_theme |
./elements.module |
Implements hook_theme(). |
|
|
element_set_attributes |
./elements.module |
Sets HTML attributes based on element properties. |
6 |
|
form_process_placeholder |
./elements.module |
Element process callback; adds support for the HTML5 placeholder attribute. |
|
1 |
form_process_tableselect |
./elements.module |
Create the correct amount of checkbox or radio elements to populate the table. |
|
1 |
theme_emailfield |
./elements.theme.inc |
Returns HTML for an emailfield form element. |
|
|
theme_numberfield |
./elements.theme.inc |
Returns HTML for a numberfield form element. |
|
|
theme_rangefield |
./elements.theme.inc |
Returns HTML for a rangefield form element. |
|
|
theme_searchfield |
./elements.theme.inc |
Returns HTML for a searchfield form element. |
|
|
theme_tableselect |
./elements.theme.inc |
Returns HTML for a table with radio buttons or checkboxes. |
|
|
theme_telfield |
./elements.theme.inc |
Returns HTML for a telfield form element. |
|
|
theme_urlfield |
./elements.theme.inc |
Returns HTML for an urlfield form element. |
|
|
_elements_theme_form_element_wrapper |
./elements.theme.inc |
Wrapper for theming a form element to add field prefix and suffix support. |
6 |
|