Index: forms_api_reference.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/topics/forms_api_reference.html,v
retrieving revision 1.18
diff -u -r1.18 forms_api_reference.html
--- forms_api_reference.html	7 Dec 2005 16:52:13 -0000	1.18
+++ forms_api_reference.html	19 Dec 2005 09:19:53 -0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
-<!-- $Id: forms_api_reference.html,v 1.18 2005/12/07 16:52:13 weitzman Exp $ -->
+<!-- $Id: forms_api_reference.html,v 1.18 2005-12-07 16:52:13 weitzman Exp $ -->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title>Forms API Reference</title>
@@ -382,7 +382,7 @@
     <td class="x"><strong>X</strong></td>
   </tr>
   <tr class="help">
-    <th scope="row"><a href="api/head/file/contributions/docs/developer/topics/forms_api_reference.html#valid">#valid</a></th>
+    <th scope="row"><a href="api/head/file/contributions/docs/developer/topics/forms_api_reference.html#validate">#validate</a></th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
@@ -585,7 +585,7 @@
     <td>-</td>
   </tr>
   <tr class="help">
-    <th scope="row"><a href="api/head/file/contributions/docs/developer/topics/forms_api_reference.html#valid">#valid</a></th>
+    <th scope="row"><a href="api/head/file/contributions/docs/developer/topics/forms_api_reference.html#validate">#validate</a></th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
@@ -788,7 +788,7 @@
 &nbsp;&nbsp;&nbsp;&nbsp;'#return_value' </font><font color="#007700">=&gt; </font><font color="#0000bb">$format</font><font color="#007700">-&gt;</font><font color="#0000bb">format</font><font color="#007700">, </font><font color="#dd0000"><br />
 &nbsp;&nbsp;&nbsp;&nbsp;'#parents' </font><font color="#007700">=&gt; array(</font><font color="#dd0000">'format'</font><font color="#007700">), </font><font color="#dd0000"><br />
 &nbsp;&nbsp;&nbsp;&nbsp;'#description' </font><font color="#007700">=&gt; </font><font color="#0000bb">theme</font><font color="#007700">(</font><font color="#dd0000">'filter_tips'</font><font color="#007700">, </font><font color="#0000bb">_filter_tips</font><font color="#007700">(</font><font color="#0000bb">$format</font><font color="#007700">-&gt;</font><font color="#0000bb">format</font><font color="#007700">, </font><font color="#0000bb">false</font><font color="#007700">)), </font><font color="#dd0000"><br />
-&nbsp;&nbsp;&nbsp;&nbsp;'#valid' </font><font color="#007700">=&gt; </font><font color="#dd0000">'filter_form'</font><font color="#007700">,<br />
+&nbsp;&nbsp;&nbsp;&nbsp;'#validate' </font><font color="#007700">=&gt; </font><font color="#dd0000">'filter_form'</font><font color="#007700">,<br />
 &nbsp;&nbsp;</font></font></code><code><font color="#000000"><font color="#007700">);<br />
     }<br />
   </font><font color="#0000bb">?&gt;</font></font></code></p>
@@ -1341,9 +1341,9 @@
 <div class="codeblock"><code><font color="#000000"> <font color="#0000bb">&lt;?php<br />
   $form</font><font color="#007700">[</font><font color="#dd0000">'submit'</font><font color="#007700">] = array(</font><font color="#dd0000">'#type' </font><font color="#007700">=&gt; </font><font color="#dd0000">'submit'</font><font color="#007700">, </font><font color="#dd0000">'#value' </font><font color="#007700">=&gt; </font><font color="#0000bb">t</font><font color="#007700">(</font><font color="#dd0000">'Import'</font><font color="#007700">));<br />
 </font><font color="#0000bb">?&gt;</font></font></code></div>
-<h3><a name="valid" id="valid"></a>#valid</h3>
+<h3><a name="valid" id="valid"></a>#validate</h3>
 <p class="help"><strong>Used by</strong>: ??? </p>
-<p><strong>Description</strong>: A list of custom validation functions that need to be passed. Function declarations are written as <strong><em>thing_to_test</em>_valid</strong>, and <strong>thing_to_test</strong> is passed into #valid, which will indicate that that function needs to be passed. </p>
+<p><strong>Description</strong>: A list of custom validation functions that need to be passed. Function declarations are written as <strong><em>thing_to_test</em></strong>, and <strong>thing_to_test</strong> is passed into #validate, which will indicate that that function needs to be passed. </p>
 <p><strong>Values</strong>: Mixed </p>
 <p><strong>Usage example</strong> (<a href="http://drupaldocs.org/api/head/file/modules/filter.module">filter.module</a>):</p>
 <div class="codeblock"><code><font color="#000000"> <font color="#0000bb">&lt;?php<br />
@@ -1354,7 +1354,7 @@
 &nbsp;&nbsp;'#return_value' </font><font color="#007700">=&gt; </font><font color="#0000bb">$format</font><font color="#007700">-&gt;</font><font color="#0000bb">format</font><font color="#007700">, </font><font color="#dd0000"><br />
 &nbsp;&nbsp;'#parents' </font><font color="#007700">=&gt; array(</font><font color="#dd0000">'format'</font><font color="#007700">), </font><font color="#dd0000"><br />
 &nbsp;&nbsp;'#description' </font><font color="#007700">=&gt; </font><font color="#0000bb">theme</font><font color="#007700">(</font><font color="#dd0000">'filter_tips'</font><font color="#007700">, </font><font color="#0000bb">_filter_tips</font><font color="#007700">(</font><font color="#0000bb">$format</font><font color="#007700">-&gt;</font><font color="#0000bb">format</font><font color="#007700">, </font><font color="#0000bb">false</font><font color="#007700">)), </font><font color="#dd0000"><br />
-&nbsp;&nbsp;'#valid' </font><font color="#007700">=&gt; </font><font color="#dd0000">'filter_form'</font><font color="#007700">,<br />
+&nbsp;&nbsp;'#validate' </font><font color="#007700">=&gt; </font><font color="#dd0000">'filter_form_validate'</font><font color="#007700">=&gt; array(),</font><br />
 );</font><font color="#007700"><br />
 </font><font color="#0000bb">?&gt;</font></font></code></div>
 <h3 class="help"><a name="validation" id="validation"></a>#validation_arguments</h3>
