Index: forms_api_reference.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/topics/forms_api_reference.html,v
retrieving revision 1.49.2.15
diff -u -u -p -r1.49.2.15 forms_api_reference.html
--- forms_api_reference.html	15 Apr 2008 11:50:01 -0000	1.49.2.15
+++ forms_api_reference.html	29 Jul 2008 12:31:56 -0000
@@ -628,7 +628,7 @@ td {
   <tr>
     <th scope="row"><a href="#submit_property">#submit</a></th>
     <td class="x"><strong>X</strong></td>
-    <td>-</td>
+    <td class="x"><strong>X</strong></td>
     <td>-</td>
     <td>-</td>
     <td>-</td>
@@ -881,7 +881,7 @@ Format a file upload field.</p>
 </font><font color="#0000bb">?&gt;</font> </font> </code></div>
 <h3><a name="form" id="form"></a>form</h3>
 <p><strong>Description</strong>: A form containing form elements </p>
-<p><strong>Properties</strong>: <a href="#action">#action</a> (default: request_uri()), <a href="#attributes">#attributes</a>, <a href="#method">#method</a> (default: 'post'), <a href="#prefix">#prefix</a>, <a href="#suffix">#suffix</a></p>
+<p><strong>Properties</strong>: <a href="#action">#action</a> (default: request_uri()), <a href="#attributes">#attributes</a>, <a href="#method">#method</a> (default: 'post'), <a href="#prefix">#prefix</a>, <a href="#submit_property">#submit</a>, <a href="#suffix">#suffix</a></p>
 <p><strong>Usage example</strong>: </p>
 <p class="help">N/A</p>
 <h3><a name="hidden" id="hidden"></a>hidden</h3>
@@ -1448,12 +1448,12 @@ $form</font><font color="#007700">[</fon
 <p>Your code will row with you if you forget the # in the beginning of property names.</p>
 </div>
 <h3><a name="submit_property" id="submit_property"></a>#submit</h3>
-<p><strong>Used by</strong>: <a href="#button">button</a>, <a href="#submit">submit</a> </p>
+<p><strong>Used by</strong>: <a href="#button">button</a>, <a href="#form">form</a>, <a href="#submit">submit</a> </p>
 <p><strong>Description</strong>:
 
 
-Indicates whether or not button should submit the form.</p>
-<p><strong>Values</strong>: TRUE or FALSE </p>
+Indicates whether or not button should submit the form. When set for the form itself, indicates the submit handler for the form.</p>
+<p><strong>Values</strong>: TRUE or FALSE. For form, an array in the form <code>array('submit_function_1' =&gt; array('arg1a', 'arg1b',..), 'submit_function_2' =&gt; array('arg2a', 'arg2b'..)</code>. </p>
 
 <h3><a name="size" id="size"></a>#size</h3>
 <p><strong>Used by</strong>: <a href="#select">select</a>, <a href="#textfield">textfield</a> </p>
