Skip to end of banner
Go to start of banner

Drilldown

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Drilldown

This element is used to display a drill-down on the page. An editable drilldown element can be inserted in the main area or in a tab. A drill down element is always associated with a tab that should be set as disabled in the layout xml.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
nameThe value that will be displayed on the drilldown.Any
tabidThe specific tab id to show as a drilldown.ID of tab
visibilityconditionsThe conditions that should be met in order to display the component.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
preload

The preload attribute is true by default, so when clicking on a section the tab is loaded automatically.

Set the preload attribute to false to force the user to click on the tab title to load the tab content.

true or false
labelA label that is positioned above the drilldown.Any
width  
colspan  
rowspan  

Example

 Drilldown

Drilldown
<drilldown>
    <id>ddPaymentPreferences</id>
    <tabid>tabPaymentPreferences</tabid>
    <preload>true</preload>
</drilldown>           
  • No labels