You are here

function hansel_ui_test_form_ajax in Hansel breadcrumbs 7

Same name and namespace in other branches
  1. 8 hansel_ui/hansel_ui.test.inc \hansel_ui_test_form_ajax()

Ajax form handler

1 string reference to 'hansel_ui_test_form_ajax'
hansel_ui_test_form in hansel_ui/hansel_ui.test.inc
Menu callback to generate the Hansel test form.

File

hansel_ui/hansel_ui.test.inc, line 79
Hansel test page

Code

function hansel_ui_test_form_ajax($form, &$form_state) {
  return $form['output'];
}