Home| Printable Version
Each Repeat can require a number of XPaths based on the options set in the Repeat Details section. Page Display Bindings
Repeating Data Location - This binding is always required. This sets the context for the repeat, i.e. what elements we are repeating over. Sort Location - If sorting is selected (on the Repeat Details page), this XPath must point to the element that should be sorted against. However, if the default sorting checkbox is selected on the Repeat Details page, this textbox will be disabled. Sort Order Value - If the sort order is set to dynamic, this XPath will be used to determine the ordering. At runtime, this must evaluate to either ascending or descending. As above, this XPath textbox will be disabled if default sorting is enabled. Sort Datatype Value - If the sort data-type is set to dynamic this XPath is required. At runtime, this must evaluate to either text or number. With default sorting, this field will similarly be disabled as in the two above. Alternate Row Style If - If the alternate row styling option is set to dynamic, this is used to determine at runtime whether alternating row styling should be used for this repeat. This XPath will be evaluated to either true or false to make this determination. Alternate Column Style If - If the alternate column styling option is set to dynamic, this is used to determine at runtime whether alternating column styling should be used for this repeat. This XPath will be evaluated to either true or false to make this distinction.
Action Submission Bindings
Repeat Submission Binding - This option sets the context point for this repeat in the data submitted from the page. This should point to the element that is repeated in the data. This binding is only required for repeats that contain editable fields (eg text boxes)
Action Configuration Group XPaths