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 @@ weight + #access + X + X + X + X + X + X + X + X + X + X + X + X + + #after_build X X @@ -1026,6 +1041,11 @@ );
?>

Properties

+ +

#access

+

Description: Whether the element is accessible or not, when FALSE, the element is not rendered and the user submitted value is not taken into consideration.

+

Values: TRUE of FALSE.

+

#action

Used by: form

Description: The path to which the form will be submitted.