1 ajax_test.module | ajax_test_dialog_form_callback_modal($form, &$form_state) |
AJAX callback handler for ajax_test_dialog_form().
File
- core/
modules/ simpletest/ tests/ ajax_test.module, line 170 - Helper module for Ajax framework tests.
Code
function ajax_test_dialog_form_callback_modal($form, &$form_state) {
return ajax_test_dialog_contents('ajax', TRUE);
}