Helper module for Ajax framework tests.

File

core/modules/simpletest/tests/ajax_test.module

Functions

Namesort descending Description
ajax_test_dialog Menu callback: Renders a form elements and links with #ajax['dialog'].
ajax_test_dialog_close Menu callback: Close the ajax dialog.
ajax_test_dialog_contents Menu callback: Returns the contents for dialogs opened by ajax_test_dialog().
ajax_test_dialog_form Form builder: Renders buttons with #ajax['dialog'].
ajax_test_dialog_form_callback_modal AJAX callback handler for ajax_test_dialog_form().
ajax_test_dialog_form_callback_nonmodal AJAX callback handler for ajax_test_dialog_form().
ajax_test_dialog_form_submit Non-AJAX behavior of the dialog buttons.
ajax_test_error Menu callback; Returns Ajax element with #error property set.
ajax_test_menu Implements hook_menu().
ajax_test_render Menu callback; Return an element suitable for use by ajax_deliver().
ajax_test_system_theme_info Implements hook_system_theme_info().