Table content control allows listing multiple records. In contrast to the Row Content, Table Content has its own columns and column labels, so there is no need to add extra Row Contents for the purpose of displaying labels.
This content control also allows importing data from an excel file and exporting its it's content as an excel file.
...
Add New Label
Specifies a name for the Add New button. This button adds a new row to the table content.
Show Blank Slate Include Page EMK:_Show Blank SlateEMK: _Show Blank Slate
Rules
Required for Group
Enter any name into this area to specify a validation group for the table content. After that when you enter this same validation group name into Validation Group area on any action button of any task, it will be checked for validation whenever the action is selected on the form. Include Page _Required for Group _Required for Group
Section Name Include Page EMK:Section Name EMK:Section Name
Dynamic Rules
Include Page | ||||
---|---|---|---|---|
|
Row Rules
Same The same rules as the dynamic rules are available, but it applies they only apply to the rows that satisfy the condition.
...
Item XPath
Items of a table content change 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 specifying an XPath.
...
Assume you have a node named Number above each item of table content. Entering "Number" into Sort XPath would sort the items according to the character text value of the Number node. If you want to sort items according to the numeric value of the Number node, use the number function as "number(Number)".
...
Allow Moving XPath
Xpath to control item movement in the list. Please use "0" to disable for always.
Allow Move Up/Down XPath
Xpath to control vertical item movement in the list. Please use "0" to disable for always.
Allow New XPath
Xpath to control whether adding new items movement is available to the list. Please use "0" to disable for always.
Allow Delete XPath
Xpath to control deleting items movement from listwhether the delete button is available for each item. Please use "0" to disable for always.
Allow Delete All XPath
Xpath to control and whether the delete all button is available to clear the list or not. Please use "0" to disable for always.
Monitored XPaths
Normally repeating content refreshes itself if specified XPath for filtering, ordering etc. changes. In cases you want to adjust repeating content to watch XPath(s) other than the ones in it, you may specify them at in this section.
Other properties
...
Include Page _Other Properties _Other Properties
- Add new is used to add the new columns in to the table.