Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This control provides adding multiple content via its "Add New" button on the form.

...

Expandable Details
This option sets each repeating row hidden and shows a Details button instead. Content can be viewed by clicking this button. Might come in handy when repeating content is big.

  • Yes,
  • No,

Row Width
Specify custom pixel width for row. 0 is default which fills all the width.

...

Item XPath
Items of a repeating content can be different from each other depending on this setting. Default is * which sets it to regard all items as in the same structure. If you want to use different contents for different items you should dictate it by specify an XPath.

Hierarchy XPath
Will be updated. Not useful in repeating content. In a nested xml node structure, for example if your XML looks like the example below, you can specify the starting node of the recurrence. In this example Hierarchy XPath is "Folders".

Code Block
languagexml
<Folders>
	<Folder></Folder>
	<Folder></Folder>
	<Folders>
		<Folder></Folder>
		<Folder></Folder>
	</Folders>
</Folders> 

 

Filter XPath 
Filters rows according to this Xpath. The rows will display if their Filter XPath return true.

...