ajax_forms_test_validation_form |
core/modules/simpletest/tests/ajax_forms_test.module |
This form and its related submit and callback functions demonstrate
not validating another form element when a single Ajax element is triggered. |
ajax_forms_test_simple_form_select_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback triggered by select. |
ajax_forms_test_simple_form_checkbox_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback triggered by checkbox. |
ajax_forms_test_simple_form |
core/modules/simpletest/tests/ajax_forms_test.module |
A basic form used to test form_state['values'] during callback. |
ajax_forms_test_menu |
core/modules/simpletest/tests/ajax_forms_test.module |
Implements hook_menu(). |
ajax_forms_test_lazy_load_form_submit |
core/modules/simpletest/tests/ajax_forms_test.module |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
ajax_forms_test_lazy_load_form_ajax |
core/modules/simpletest/tests/ajax_forms_test.module |
AJAX callback for the ajax_forms_test_lazy_load_form() form. |
ajax_forms_test_lazy_load_form |
core/modules/simpletest/tests/ajax_forms_test.module |
Form builder: Builds a form that triggers a simple AJAX callback. |
ajax_forms_test_ajax_commands_form |
core/modules/simpletest/tests/ajax_forms_test.module |
Form to display the Ajax Commands. |
ajax_forms_test_advanced_commands_settings_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'settings'. |
ajax_forms_test_advanced_commands_restripe_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'restripe'. |
ajax_forms_test_advanced_commands_remove_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'remove'. |
ajax_forms_test_advanced_commands_prepend_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'prepend'. |
ajax_forms_test_advanced_commands_invoke_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'invoke'. |
ajax_forms_test_advanced_commands_insert_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'insert'. |
ajax_forms_test_advanced_commands_html_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'html'. |
ajax_forms_test_advanced_commands_data_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'data'. |
ajax_forms_test_advanced_commands_css_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'css'. |
ajax_forms_test_advanced_commands_changed_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'changed'. |
ajax_forms_test_advanced_commands_changed_asterisk_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'changed' with asterisk marking inner div. |
ajax_forms_test_advanced_commands_before_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'before'. |
ajax_forms_test_advanced_commands_append_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'append'. |
ajax_forms_test_advanced_commands_alert_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'alert'. |
ajax_forms_test_advanced_commands_after_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'after'. |
ajax_forms_test_advanced_commands_add_css_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'addCss'. |
ajax_footer |
core/includes/ajax.inc |
Performs end-of-Ajax-request tasks. |
ajax_example_wizard_submit |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Submit function for ajax_example_wizard. |
ajax_example_wizard_callback |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Wizard callback function. |
ajax_example_wizard |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Wizard form. |
ajax_example_update_last_removed |
modules/examples/ajax_example/ajax_example.install |
Implements hook_update_last_removed(). |
ajax_example_unique_node_autocomplete_callback |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
Autocomplete callback for nodes by title. |
ajax_example_unique_autocomplete_validate |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
Node title validation handler. |
ajax_example_unique_autocomplete_submit |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
Submit handler for node lookup unique autocomplete example. |
ajax_example_unique_autocomplete |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
An autocomplete form to look up nodes by title. |
ajax_example_submit_driven_callback |
modules/examples/ajax_example/ajax_example.module |
Callback for submit_driven example. |
ajax_example_submit_driven_ajax |
modules/examples/ajax_example/ajax_example.module |
A very basic form which with an AJAX-enabled submit. |
ajax_example_simple_user_autocomplete_callback |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
This is just a copy of user_autocomplete(). |
ajax_example_simple_autocomplete |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
A simple autocomplete form which just looks up usernames in the user table. |
ajax_example_simplest_callback |
modules/examples/ajax_example/ajax_example.module |
Callback for ajax_example_simplest. |
ajax_example_simplest |
modules/examples/ajax_example/ajax_example.module |
Basic AJAX callback example. |
ajax_example_schema |
modules/examples/ajax_example/ajax_example.install |
Implements hook_schema(). |
ajax_example_render_link_ra |
modules/examples/ajax_example/ajax_example_misc.inc |
AJAX-enabled link in a renderable array. |
ajax_example_render_link |
modules/examples/ajax_example/ajax_example_misc.inc |
Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class. |
ajax_example_progressbar_progress |
modules/examples/ajax_example/ajax_example_progressbar.inc |
Get the progress bar execution status as JSON. |
ajax_example_progressbar_form |
modules/examples/ajax_example/ajax_example_progressbar.inc |
Implements hook_FORMID(). |
ajax_example_progressbar_callback |
modules/examples/ajax_example/ajax_example_progressbar.inc |
Our submit handler. |
ajax_example_node_update |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_update(). |
ajax_example_node_submit |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_submit(). |
ajax_example_node_prepare |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_prepare(). |
ajax_example_node_load |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_load(). |