Class MultiWidget

A widget that is composed of multiple widgets.

Declaration

class MultiWidget(Widget)
source link

Documentation

In addition to the values added by Widget.get_context(), this widget
adds a list of subwidgets to the context as widget['subwidgets'].
These can be looped over and rendered like normal widgets.

You'll probably want to use this class with MultiValueField.

Methods

Inherited methods

Subclasses

Reexports