| ajax_example_add_more | |
| ajax_example_add_more_add_one | Submit handler for the "add-one-more" button. |
| ajax_example_add_more_callback | Callback for both ajax-enabled buttons. |
| ajax_example_add_more_remove_one | Submit handler for the "remove one" button. |
| ajax_example_add_more_submit | Final submit handler. |
| ajax_example_dependent_dropdown_degrades | A form with a dropdown whose options are dependent on a
choice made in a previous dropdown. |
| ajax_example_dependent_dropdown_degrades_first_callback | Selects just the second dropdown to be returned for re-rendering |
| ajax_example_dependent_dropdown_degrades_submit | Submit function for ajax_example_dependent_dropdown_degrades(). |
| ajax_example_dynamic_sections | |
| ajax_example_dynamic_sections_select_callback | Callback for the select element. |
| ajax_example_dynamic_sections_submit | Submit function for ajax_example_dynamic_sections(). |
| ajax_example_dynamic_sections_validate | Validation function for ajax_example_dynamic_sections(). |
| ajax_example_wizard | This example is a classic wizard, where a different and sequential form
is presented on each step of the form. |
| ajax_example_wizard_callback | |
| ajax_example_wizard_submit | Submit function for ajax_example_wizard. |