Summary
This element is used to display a summary page within a data-entry page.
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any |
name | The summary name. Mandatory if the type is 'drilldown'. | Any |
visiblemodes | The modes the summary should be visible. | A comma-separated list of the modes (read, new, edit) |
visibilityconditions | The conditions that should be met in order to display the summary. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
value | The summary component that will be displayed, plus the conditions to pass in the summary. (condition~value) | summary xml path?database field~'[[pagefunction, datatype, datapath ]]' |
type | The type of summary. drilldown: summary is displayed initially as a link only, and when clicked the summary is displayed below the link. This can be used also in tabs | drilldown |
hideicon | Hides the expand/collapse icon. | false or true |
hidefilters | Hides the summary filters. | false or true |
autosearch | Runs the query without pressing the search button. | false or true |
openlinksinmodal | Opens all the links in a summary component as a modal. | false or true |