|
form_example_tutorial_8 |
modules/examples/form_example/form_example_tutorial.inc |
This is Example 8: a simple multistep form with a Next and a Back buttons. |
|
form_example_tutorial_8_next_submit |
modules/examples/form_example/form_example_tutorial.inc |
Submit handler for form_example_tutorial_8() next button. |
|
form_example_tutorial_8_next_validate |
modules/examples/form_example/form_example_tutorial.inc |
Validate handler for the next button on first page. |
|
form_example_tutorial_8_page_two |
modules/examples/form_example/form_example_tutorial.inc |
Returns the form for the second page of form_example_tutorial_8(). |
|
form_example_tutorial_8_page_two_back |
modules/examples/form_example/form_example_tutorial.inc |
Back button handler submit handler. |
|
form_example_tutorial_8_page_two_submit |
modules/examples/form_example/form_example_tutorial.inc |
The page 2 submit handler. |
|
form_example_tutorial_9 |
modules/examples/form_example/form_example_tutorial.inc |
This is Example 9: a form with new fields dynamically added. |
|
form_example_tutorial_9_add_name |
modules/examples/form_example/form_example_tutorial.inc |
Submit handler for "Add another name" button on form_example_tutorial_9(). |
|
form_example_tutorial_9_remove_name |
modules/examples/form_example/form_example_tutorial.inc |
Submit handler for "Remove name" button on form_example_tutorial_9(). |
|
form_example_tutorial_9_submit |
modules/examples/form_example/form_example_tutorial.inc |
Submit function for form_example_tutorial_9(). |
|
form_example_tutorial_9_validate |
modules/examples/form_example/form_example_tutorial.inc |
Validate function for form_example_tutorial_9(). |
|
form_example_wizard |
modules/examples/form_example/form_example_wizard.inc |
The primary formbuilder function for the wizard form. |
|
form_example_wizard_location_info |
modules/examples/form_example/form_example_wizard.inc |
Returns form elements for the 'location info' page of the wizard. |
|
form_example_wizard_location_info_validate |
modules/examples/form_example/form_example_wizard.inc |
Custom validation form for the 'location info' page of the wizard. |
|
form_example_wizard_next_submit |
modules/examples/form_example/form_example_wizard.inc |
Submit handler for the 'next' button. |
|
form_example_wizard_other_info |
modules/examples/form_example/form_example_wizard.inc |
Returns form elements for the 'other info' page of the wizard. |
|
form_example_wizard_personal_info |
modules/examples/form_example/form_example_wizard.inc |
Returns form elements for the 'personal info' page of the wizard. |
|
form_example_wizard_previous_submit |
modules/examples/form_example/form_example_wizard.inc |
Submit handler for the "previous" button. |
|
form_example_wizard_submit |
modules/examples/form_example/form_example_wizard.inc |
Wizard form submit handler. |
|
form_execute_handlers |
core/includes/form.inc |
Executes custom validation and submission handlers for a given form. |
|
form_get_cache |
core/includes/form.inc |
Fetches a form from the cache. |
|
form_get_error |
core/includes/form.inc |
Returns the error message filed against the given form element. |
|
form_get_errors |
core/includes/form.inc |
Returns an associative array of all errors. |
|
form_get_options |
core/includes/form.inc |
Returns the indexes of a select element's options matching a given key. |
|
form_label_test_form |
core/modules/simpletest/tests/form_test.module |
A form for testing form labels and required marks. |
|
form_load_include |
core/includes/form.inc |
Ensures an include file is loaded whenever the form is processed. |
|
form_options_expand |
core/modules/field/modules/options/options.module |
Expand the "options" form element type. |
|
form_options_flatten |
core/includes/form.inc |
Allows PHP array processing of multiple select options with the same value. |
|
form_options_from_text |
core/modules/field/modules/options/options.module |
Create an array representation of text option values. |
|
form_options_to_text |
core/modules/field/modules/options/options.module |
Create a textual representation of options from an array. |
|
form_options_validate |
core/modules/field/modules/options/options.module |
Validate the "options" form element type. |
|
form_pre_render_conditional_form_element |
core/includes/form.inc |
Adds additional customization to a form element when its title or description
is set. |
|
form_pre_render_fieldset |
core/includes/form.inc |
Adds members of this group as actual elements for rendering. |
|
form_process_actions |
core/includes/form.inc |
Processes a form actions container element. |
|
form_process_autocomplete |
core/includes/form.inc |
Process function to prepare autocomplete data. |
|
form_process_button |
core/includes/form.inc |
Processes a form button element. |
|
form_process_checkbox |
core/includes/form.inc |
Sets the #checked property of a checkbox element. |
|
form_process_checkboxes |
core/includes/form.inc |
Processes a checkboxes form element. |
|
form_process_container |
core/includes/form.inc |
Processes a container element. |
|
form_process_date |
core/includes/form.inc |
Expands a date element into year, month, and day select elements. |
|
form_process_details |
core/includes/form.inc |
Processes a details element. |
|
form_process_fieldset |
core/includes/form.inc |
Arranges fieldsets into groups. |
|
form_process_file |
core/includes/form.inc |
Processes a file upload element, make use of #multiple if present. |
|
form_process_html_datetime |
core/includes/form.inc |
Combine html_date and html_time form elements. |
|
form_process_machine_name |
core/includes/form.inc |
Processes a machine-readable name form element. |
|
form_process_password_confirm |
core/includes/form.inc |
Expand a password_confirm field into two text boxes. |
|
form_process_radios |
core/includes/form.inc |
Expands a radios element into individual radio elements. |
|
form_process_select |
core/includes/form.inc |
Processes a select list form element. |
|
form_process_tableselect |
core/includes/form.inc |
Creates checkbox or radio elements to populate a tableselect table. |
|
form_process_vertical_tabs |
core/includes/form.inc |
Creates a group formatted as vertical tabs. |