Index of the field module
-
m
formbuild.builder.field
...
- Forms expect the defaults to be either single values or lists of values. The values from cgi.FieldStorage() aren't quite suitable.
# XXX Write a converter function
- C FieldsBuilder ... - The base class of all FormBuild extensions that add methods to a form attribute.
-
m
compound
...
-
C
HtmlFields
...
- a type ...
- f check_box_group ... - Check Box Group Field.
- f radio_group ... - Radio Group Field.
-
C
HtmlFields
...
-
m
basic
...
-
C
HtmlFields
...
- a type ...
- f dropdown ...
- f text_area ... - Creates a text input area
- f date ... - Experimental JavaScript date field based on developer.yahoo.com/yui date widget. Not yet complete.
- f radio ... - Creates a radio button.
- f select ...
- f file ...
- f static ...
- f hidden ...
- f password ... - Creates a password field Takes the same options as text_field
- f check_box ... - Creates a check box.
-
C
HtmlFields
...