You are here

function dialog_test_dialog_form_callback_modal in Dialog 7.2

AJAX callback handler for dialog_test_dialog_form().

1 string reference to 'dialog_test_dialog_form_callback_modal'
dialog_test_dialog_form in tests/dialog_test.module
Form builder: Renders buttons with #ajax['dialog'].

File

tests/dialog_test.module, line 130
A dummy module for testing dialog related hooks.

Code

function dialog_test_dialog_form_callback_modal($form, &$form_state) {
  return dialog_test_dialog_contents('ajax', TRUE);
}