Forms¶
bootlace.forms.fields Module¶
Classes¶
|
Field for selecting an enum value. |
|
TextArea field designed for Markdown content. |
|
Validator that ensures that a content-type field is a known MIME type |
|
Represents an |
|
Represents an |
|
Same as |
|
A text field which stores a |
|
Same as |
|
A text field which displays and coerces data of the decimal.Decimal type. |
|
Represents an |
|
Represents an |
|
Field base class |
|
Encapsulate an ordered list of multiple instances of the same field type, keeping data as a list. |
|
Renders a file upload field. |
|
Holds a set of flags as attributes. |
|
A text field, except all input is coerced to an float. |
|
Encapsulate a form as a field in another form. |
|
HiddenField is a convenience for a StringField with a HiddenInput widget. |
|
A text field, except all input is coerced to an integer. |
|
Represents an |
|
An HTML form label. |
|
Same as |
|
A |
|
A StringField, except renders an |
|
Like a SelectField, except displays a list of radio buttons. |
|
Represents an |
|
|
|
|
|
No different from a normal select field, except this one can take (and validate) multiple choices. |
|
This field is the base for most of the more complicated fields, and represents an |
|
Represents an |
|
Represents an |
|
This field represents an HTML |
|
Same as |
|
Represents an |
|
Same as |
Class Inheritance Diagram¶

bootlace.forms.widgets Module¶
Classes¶
|
Class Inheritance Diagram¶
