function hansel_ui_test_form_ajax in Hansel breadcrumbs 8
Same name and namespace in other branches
- 7 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'];
}