Forms¶
-
class
plinth.forms.
DomainSelectionForm
(*args: Any, **kwargs: Any)[source]¶ Form for selecting a domain name to be used for distributed federated applications
-
class
plinth.forms.
CheckboxSelectMultipleWithReadOnly
(*args: Any, **kwargs: Any)[source]¶ Multiple checkbox widget that allows setting individual fields readonly.
To mark a feature as readonly an option, pass a dict instead of a string for its label, of the form: {‘label’: ‘option label’, ‘disabled’: True}.