StaticaddAdds a repeating unit.
The id of the repeating unit.
The options for adding the repeating unit.
Adds a repeating unit.
The id of the repeating unit.
Optionalindex: numberThe index, the repeating unit should be added at.
OptionalautoSaveOnAdd: booleandefault true. Control auto save of form if repeating unit was added.
OptionalenableScroll: booleandefault true. Control if auto scroll to newly created unit is active or not.
OptionalsetInitialStatus: booleandefault true. Control if StatusWatcher gets initialized or not.
StaticaddAdds a repeating unit dynamically. Mainly for AdaptiveForms
The id of the repeating unit.
StaticaddAdds an event listener to the repeating unit.
The id of the repeating unit.
The type of the event listener. Allowed types are defined in RepeatingUnitEventsMapping.
The callback function, that gets called after the event is fired.
StaticaddAdds multiple repeating units dynamically. Mainly for AdaptiveForms
The id of the repeating unit.
The count of repeating units to add.
StaticcountReturns the count of the repeating units.
The id of the repeating unit.
StaticfindFinds the repeating unit tab, if found, the tab is returned.
The id of the repeating unit.
StaticgetGets the instance of the RepeatingUnit by given Id.
The id of the repeating unit.
StaticgetGets the data source of a repeating unit if a mapping is defined.
The id of the repeating unit.
StaticgetGets the element, that the repeating unit is included
The id of the repeating unit.
StaticgetGets the postfix id of an certain HTML Element. this is often useful, if you wish to change, set etc. a certain form control value at a certain repeating unit index position.
StaticgetGets the id of the repeating unit, if the provided field id is included in a repeating unit.
StaticgetGets the repeating unit index of an certain HTML Element.
StaticisChecks if an element is included in a repeating unit;
StaticremoveRemoves a repeating unit at a certain index.
The id of the repeating unit.
The options for removing the repeating unit.
Removes a repeating unit at a certain index.
The id of the repeating unit.
The index, the repeating unit should be removed at.
OptionalautoSaveOnRemove: booleandefault true. Control auto save of form if repeating unit was removed.
OptionalenableScroll: booleandefault true. Control if auto scroll to newly created unit is active or not.
StaticremoveAlways remove previously registered events
The id of the repeating unit.
The type of the event listener. Allowed types are defined in RepeatingUnitEventsMapping.
The callback function, that gets called after the event is fired.
StaticsetSets the data source of a repeating unit if a mapping is defined.
The id of the repeating unit.
Static properties and methods related to the repeating units