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
- 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.