ajax_example_simple_user_autocomplete_callback |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
This is just a copy of user_autocomplete(). |
ajax_example_submit_driven_ajax |
modules/examples/ajax_example/ajax_example.module |
A very basic form which with an AJAX-enabled submit. |
ajax_example_submit_driven_callback |
modules/examples/ajax_example/ajax_example.module |
Callback for submit_driven example. |
ajax_example_unique_autocomplete |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
An autocomplete form to look up nodes by title. |
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_validate |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
Node title validation handler. |
ajax_example_unique_node_autocomplete_callback |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
Autocomplete callback for nodes by title. |
ajax_example_update_last_removed |
modules/examples/ajax_example/ajax_example.install |
Implements hook_update_last_removed(). |
ajax_example_wizard |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Wizard form. |
ajax_example_wizard_callback |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Wizard callback function. |
ajax_example_wizard_submit |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Submit function for ajax_example_wizard. |
ajax_footer |
core/includes/ajax.inc |
Performs end-of-Ajax-request tasks. |
ajax_forms_test_advanced_commands_add_css_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'addCss'. |
ajax_forms_test_advanced_commands_after_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'after'. |
ajax_forms_test_advanced_commands_alert_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'alert'. |
ajax_forms_test_advanced_commands_append_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'append'. |
ajax_forms_test_advanced_commands_before_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'before'. |
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_changed_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'changed'. |
ajax_forms_test_advanced_commands_css_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'css'. |
ajax_forms_test_advanced_commands_data_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'data'. |
ajax_forms_test_advanced_commands_html_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'html'. |
ajax_forms_test_advanced_commands_insert_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'insert'. |
ajax_forms_test_advanced_commands_invoke_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'invoke'. |
ajax_forms_test_advanced_commands_prepend_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'prepend'. |
ajax_forms_test_advanced_commands_remove_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'remove'. |
ajax_forms_test_advanced_commands_restripe_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'restripe'. |
ajax_forms_test_advanced_commands_settings_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'settings'. |
ajax_forms_test_ajax_commands_form |
core/modules/simpletest/tests/ajax_forms_test.module |
Form to display the Ajax Commands. |
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_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_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_menu |
core/modules/simpletest/tests/ajax_forms_test.module |
Implements hook_menu(). |
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_simple_form_checkbox_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback triggered by checkbox. |
ajax_forms_test_simple_form_select_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback triggered by select. |
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_validation_form_callback |
core/modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for the 'driver_text' element of the validation form. |
ajax_forms_test_validation_form_submit |
core/modules/simpletest/tests/ajax_forms_test.module |
Submit handler for the validation form. |
ajax_form_callback |
core/includes/ajax.inc |
Page callback: Handles Ajax requests for the #ajax Form API property. |
ajax_get_form |
core/includes/ajax.inc |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_link_response |
modules/examples/ajax_example/ajax_example_misc.inc |
Callback for link example. |
ajax_prepare_response |
core/includes/ajax.inc |
Converts the return value of a page callback into an Ajax commands array. |
ajax_pre_render_element |
core/includes/ajax.inc |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_process_form |
core/includes/ajax.inc |
Form element processing handler for the #ajax form property. |
ajax_render |
core/includes/ajax.inc |
Renders a commands array into JSON. |
ajax_set_verification_header |
core/includes/ajax.inc |
Sets a response header for ajax.js to trust the response body. |
ajax_test_dialog |
core/modules/simpletest/tests/ajax_test.module |
Menu callback: Renders a form elements and links with #ajax['dialog']. |
ajax_test_dialog_close |
core/modules/simpletest/tests/ajax_test.module |
Menu callback: Close the ajax dialog. |
ajax_test_dialog_contents |
core/modules/simpletest/tests/ajax_test.module |
Menu callback: Returns the contents for dialogs opened by ajax_test_dialog(). |