Text which gets announced in screen readers when a new formset got added.
Text which gets announced in screen readers when a formset got removed.
The maximum amount of formsets. Gets set/overwritten when a crispy management form is provided.
The minimum amount of formsets. Gets set/overwritten when a crispy management form is provided.
The class which the parent element will get.
The parent tag name which will wrap a newly created formset.
The string which gets replaced by the index in the added empty formset.
The replacement string must also enclosed in "-" characters. E.g. the replacment string is "prefix", than a name of an element must be "event_institutio-prefix-date". Note the "-" in front and after "prefix".
Also the id and the name of an element must NOT contain "-"+number+"-".
Also properties of hylo components which reference ids need to be set as attributes instead of properties in order to get replaced. E.g. <element input-id="..."/> instead of element.inputId="..."
Text of the add button.
Text of a hidden label which marks the beginning of a formset.
Text of a hidden label which marks the ending of a formset.
Text of the remove button.
The total amount of formsets. Gets set/overwritten when a crispy management form is provided.
A new formset got added. Provides the added formset.
A formset got removed. Provides the removed formset.
Generated using TypeDoc
Handels inline formsets created by django crispy forms. Works also as stand alone without crispy form management.
Initial formsets must each wrapped by an element of the type "parentTag" with the class "parentClass".