Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 789 Bytes

bootstrap.rst

File metadata and controls

45 lines (31 loc) · 789 Bytes

Bootstrap

wtforms_webwidgets.bootstrap

default_widgets

A dictionary defining the default widget type for each kind of WTForms Field.

Very useful when using FieldRenderer to automatically render your fields without declaring widget=MyWidget().

Core

wtforms_webwidgets.bootstrap.core

HTML5

wtforms_webwidgets.bootstrap.html5

Extras

wtforms_webwidgets.bootstrap.extra

Util

wtforms_webwidgets.bootstrap.util

Abstract Widgets

wtforms_webwidgets.bootstrap.abstract