Static
addAdds 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
addStatic
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
countStatic
findStatic
getStatic
getStatic
getStatic
getStatic
getStatic
isStatic
removeRemoves 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.
Generated using TypeDoc
Static properties and methods related to the repeating units