Index of the builder module
-
m
formbuild.builder
...
-
C
Builder
...
-
m
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
...
-
m
layout
...
- C LayoutBuilder ... - The base class of FormBuild extensions which change the behavious of form attribute methods.
-
m
pages
...
-
C
HtmlLayout
...
- a type ...
- f section_start ...
- f question_spacer_start ...
- f question_note_start ...
- f page_end ...
- f focusField ... - Output the JavaScript to focus a field.
- f sub_question_start ...
- f sub_question_note_start ...
- f sub_question_spacer_start ...
- f label ...
- f field ... - Build a field with a label in a table row.
- f page_start ...
- f sub_question_warning_end ...
- f question_warning_end ...
- f sub_question_note_end ...
- f fieldset ...
- f sub_question_spacer_end ...
- f sub_question_warning_start ...
- f sub_question_end ...
- f section_end ...
- f question_start ...
- f javascript_start ...
- f javascript_end ...
- f question_warning_start ...
- f question_end ...
- f question_note_end ...
- f question_spacer_end ...
-
C
HtmlLayout
...
-
m
basic
...
-
C
CssLayout
...
- a type ...
- f entry_start ...
- f entry_end ...
- f simple_end ...
- f __init__ ...
-
C
HtmlLayout
...
- a type ...
- f simple_end ...
-
C
CssLayout
...
-
C
Builder
...