Static
addAdds 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.
Optional
index: numberThe index, the repeating unit should be added at.
Optional
autoSaveOnAdd: booleandefault true. Control auto save of form if repeating unit was added.
Optional
enableScroll: booleandefault true. Control if auto scroll to newly created unit is active or not.
Optional
setInitialStatus: booleandefault true. Control if StatusWatcher gets initialized or not.
Static
addAdds a repeating unit dynamically. Mainly for AdaptiveForms
The id of the repeating unit.
Static
addAdds an event listener to the repeating unit.
The id of the repeating unit.
The type of the event listener. Allowed types are defined in RepeatingUnitEventsEnum.
The callback function, that gets called after the event is fired.
Static
addAdds multiple repeating units dynamically. Mainly for AdaptiveForms
The id of the repeating unit.
The count of repeating units to add.
Static
countReturns the count of the repeating units.
The id of the repeating unit.
Static
findFinds the repeating unit tab, if found, the tab is returned.
The id of the repeating unit.
Static
getGets the instance of the RepeatingUnit by given Id.
The id of the repeating unit.
Static
getGets the data source of a repeating unit if a mapping is defined.
The id of the repeating unit.
Static
getGets the element, that the repeating unit is included
The id of the repeating unit.
Static
getGets 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.
Static
getGets the id of the repeating unit, if the provided field id is included in a repeating unit.
Static
getGets the repeating unit index of an certain HTML Element.
Static
isChecks if an element is included in a repeating unit;
Static
removeRemoves 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.
Optional
autoSaveOnRemove: booleandefault true. Control auto save of form if repeating unit was removed.
Optional
enableScroll: booleandefault true. Control if auto scroll to newly created unit is active or not.
Static
removeAlways remove previously registered events
The id of the repeating unit.
The type of the event listener. Allowed types are defined in RepeatingUnitEventsEnum.
The callback function, that gets called after the event is fired.
Static
setSets 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