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

Version 1 Current »

Panels are accessible in the Desktop through a 2 levels menu bar in the page header.

The first level is the panel group (also called category), the second level is the panel. 

A new panel group can be defined in application.xml with the rootgroup and domaingroup components, e.g.:

<domaingroup name="examples” catalog="example-basic-app::misc" />

A catalog must be specified for the menu label string (the catalog key is the group name, “examples” in the code snippet).

Each panel must point to an existing panel group.

  • No labels