Cloning containers
Attributes
The clonecontainer
element supports the following attributes:
Attribute | Type | Default | Description |
---|---|---|---|
deep |
xs:boolean |
false |
Whether or not a deep copy of the container should be performed. A deep copy means that all elements inside the container will also be copied. This means for example that input field values in the new container will exist independently of the original one. If no deep copy is performed (the default), then the input field values will be shared across the original container and its copy. |
from |
xs:Name |
- | Name of the container whose content is being cloned. |