1 ajax_test.module ajax_test_dialog_form_submit($form, &$form_state)

Non-AJAX behavior of the dialog buttons.

File

core/modules/simpletest/tests/ajax_test.module, line 163
Helper module for Ajax framework tests.

Code

function ajax_test_dialog_form_submit($form, &$form_state) {
  $form_state['redirect'] = 'ajax-test/dialog-contents';
}