Skip to content

Class rick.form.Form

Base form class.

@property Form.fields

Form field dictionary, indexed by field id. Each entry is a Field object.

Form.init(translator: Translator = None)

Form Constructor. Initializes the form object, and optionally receives a Translator mixin to provide translation services to all the fields and fieldsets.