Versions Compared

Key

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

...

This content control also allows importing data from an excel file and exporting its content as an excel file.

...

Dynamic Rules

Include Page
EMK:_Dynamic RulesEMK:
_Dynamic Rules

Row Rules
Same rules as the dynamic rules are available but it applies only to the rows that satisfy the condition.

Data

Bound XPath

Include Page
EMK:_Bound XpathXPathEMK:
_Bound XpathXPath

Row Id XPath
Give a specific Id for each row by filling this box with an XPath.   

...

Hierarchy XPath

Include Page
EMK:_Hierarchy XPathEMK:
_Hierarchy XPath

Code Block
languagexml
<Folders>
    <Folder>
		<Name>folder1</Name>
	</Folder>
    <Folder>
		<Name>folder2</Name>
		<Folders>
        	<Folder>
				<Name>folder2a</Name>
			</Folder>
        	<Folder>
				<Name>folder2b</Name>
			</Folder>
    	</Folders>
	</Folder>
</Folders>

...

Assume you have a node named Number above each item of a table content. Entering "Number" into Sort XPath would sort the items according to the character value of the Number node. If you want to sort items according to numeric value of Number node, use number function as "number(Number)".

...

Allow Delete All XPath
Xpath to control and clear the list. Please use "0" to disable for always. 
  

Monitored XPaths
Include PageEMK:Monitored XPathsEMK:Monitored XPathsNormally 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 this section.

Other properties

  • Cut is used to move table  contentcontent.
  • Copy is used to copy table content.
  • Delete is used to delete table content.
  • XML is used to view or add xml of the table content.
  • Convert is used to change table content to other content controls.
  • Add new is used to add the new columns in to table.

...