Versions Compared

Key

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

...

NameDescriptionValue
id

Unique Identifier

any
nameThe value that will be displayed on the drilldowm.any
tabidthe specific tab id to show as drilldownID of tab
visiblemodesThe modes the button should be visible.A comma-separated list of the modes read / new / edit
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, false

 

Examples

Drilldown

Image Removed

Code Block
languagehtml/xml
titleTab
linenumberstrue
<drilldown>
    <id>ddPaymentPreferences</id>
    <tabid>tabPaymentPreferences</tabid>
    <preload>true</preload>
</drilldown>