Versions Compared

Key

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

...

Panel
nameblue

Summary

This element is used to display a summary page within a data-entry page.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
name 

The summary name. Mandatory if the type is 'drilldown'.

Any
visiblemodes  
visibilityconditions  
value  
hideicon false,true
hidefilters false,true
autosearch false,true
openlinksinmodal false,true

   

 

...

The modes the summary should be visible.A comma-separated list of the modes (read, new, edit)
visibilityconditionsThe 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
hideiconHides the expand/collapse icon.false or true
hidefiltersHides the summary filters.false or true
autosearchRuns the query without pressing the search button.false or true
openlinksinmodalOpens all the links in a summary component as a modal.false or true

Examples

Expand
titleSummary
Image Added

 

Code Block
themeEclipse
languagexml
titleSummary
<summary> 
	<id>sumCommunications</id>
	<name>key_communications</name>
	<hidefilters>true</hidefilters>
	<openlinksinmodal>true</openlinksinmodal>
	<autosearch>true</autosearch>
	<value>communications/relatedEntity_communications?COMMUNICATIONS.ACCRECID~[[getValue,java.lang.String,id]] </value>
</summary>