You are here

README.txt in Javascript Tools 5

Drupal ajaxsubmit.module README.txt
==============================================================================

Makes designated forms submit and preview via Ajax.

To make a form submit and preview via AJAX, add the following to our form definition:

$form['#ajaxsubmit'] = TRUE;


Requirements
------------------------------------------------------------------------------
This module is written for Drupal 5.0 and requires the jstools.module to be
enabled.

File

ajaxsubmit/README.txt
View source
  1. Drupal ajaxsubmit.module README.txt
  2. ==============================================================================
  3. Makes designated forms submit and preview via Ajax.
  4. To make a form submit and preview via AJAX, add the following to our form definition:
  5. $form['#ajaxsubmit'] = TRUE;
  6. Requirements
  7. ------------------------------------------------------------------------------
  8. This module is written for Drupal 5.0 and requires the jstools.module to be
  9. enabled.