Versions Compared

Key

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

...

Show Blank Slate

Include Page
EMK:Show Blank Slate
EMK: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. 

Section Name

Include Page
EMK:Section Name
EMK:Section Name

Dynamic Rules

Include Page
EMK:Dynamic Rules
EMK: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 Xpath
EMK:Bound Xpath

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

...

Hierarchy XPath

Include Page
EMK:Hierarchy XPath
EMK: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>

...

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

Monitored XPaths

Include Page
EMK:Monitored XPaths
Normally table content refreshes itself if specified XPath for filtering, ordering etc. changes. In cases you want to adjust table content to watch XPath(s) other than the ones in it, you may specify them at this section.
EMK:Monitored XPaths

Other properties

  • Cut is used to move table  content.
  • 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.

...