You are here

constant WEBFORM_AJAX_NO_AJAX in Webform Ajax 7.2

Same name and namespace in other branches
  1. 7 webform_ajax.module \WEBFORM_AJAX_NO_AJAX

@file Webform AJAX module file.

Implements Drupal hooks to provide AJAX submission and page change to Webforms.

3 uses of WEBFORM_AJAX_NO_AJAX
webform_ajax_form_webform_client_form_alter in ./webform_ajax.module
Implements hook_form_FORM_ID_alter().
webform_ajax_form_webform_configure_form_alter in ./webform_ajax.module
Implements hook_form_FORM_ID_alter().
webform_ajax_webform_configure_form_submit in ./webform_ajax.module
Additional submit callback for form webform_configure_form.

File

./webform_ajax.module, line 9
Webform AJAX module file.

Code

define('WEBFORM_AJAX_NO_AJAX', 0);