You are here

function dialog_test_dialog_form_callback_nonmodal in Dialog 7.2

AJAX callback handler for dialog_test_dialog_form().

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

File

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

Code

function dialog_test_dialog_form_callback_nonmodal($form, &$form_state) {
  return dialog_test_dialog_contents('ajax', FALSE);
}