Index: forms_api_reference.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/topics/forms_api_reference.html,v
retrieving revision 1.49.2.17
diff -u -r1.49.2.17 forms_api_reference.html
--- forms_api_reference.html	15 Aug 2008 05:00:37 -0000	1.49.2.17
+++ forms_api_reference.html	21 Aug 2008 15:17:22 -0000
@@ -55,6 +55,21 @@
     <th scope="col"><a href="#weight">weight</a></th>
   </tr>
   <tr>
+    <th scope="row"><a href="#access">#access</a></th>
+    <td class="x"><strong>X</strong></td>  <!-- checkbox -->
+    <td class="x"><strong>X</strong></td>  <!-- checkboxes -->
+    <td class="x"><strong>X</strong></td>  <!-- date -->
+    <td class="x"><strong>X</strong></td>  <!-- fieldset -->
+    <td class="x"><strong>X</strong></td>  <!-- file -->
+    <td class="x"><strong>X</strong></td>  <!-- password -->
+    <td class="x"><strong>X</strong></td>  <!-- radio -->
+    <td class="x"><strong>X</strong></td>  <!-- radios -->
+    <td class="x"><strong>X</strong></td>  <!-- select -->
+    <td class="x"><strong>X</strong></td>  <!-- textarea -->
+    <td class="x"><strong>X</strong></td>  <!-- textfield -->
+    <td class="x"><strong>X</strong></td>  <!-- weight -->
+  </tr>
+  <tr>
     <th scope="row"><a href="#after_build">#after_build</a></th>
     <td class="x"><strong>X</strong></td>
     <td class="x"><strong>X</strong></td>
@@ -1026,6 +1041,11 @@
 );<br />
 </font><font color="#0000bb">?&gt;</font></font></code></div>
 <h2><a name="properties" id="properties"></a>Properties</h2>
+
+<h3><a name="access" id="access"></a>#access</h3>
+<p><strong>Description</strong>: Whether the element is accessible or not, when FALSE, the element is not rendered and the user submitted value is not taken into consideration.</p>
+<p><strong>Values</strong>: TRUE of FALSE.</p>
+
 <h3><a name="action" id="action"></a>#action</h3>
 <p><strong>Used by</strong>: <a href="#form">form</a></p>
 <p><strong>Description</strong>: The path to which the form will be submitted.</p>
