Definition

A section shortcut panel is defined by creating an XML file with the extension .ssp in the clientapps directory. The root XML element in the .ssp file is the section-shortcut-panel element and the attributes allowed on this element are defined in Definition.

Table 1. Attributes of the section-shortcut-panel Element
Attribute Description
id Mandatory.

The unique identifier for the section shortcut panel, which must match the name of the file. This is used when referenced from a section (.sec) configuration file.

title Mandatory.

The text for the title that will be displayed for the sections shortcut panel, both when it is expanded and when it is collapsed. The attribute must reference an entry in the associated properties file.

The section-shortcut-panel element supports the child elements detailed in Definition.

Table 2. Supported Child Elements of the section-shortcut-panel Element
Element Description
nodes Mandatory.

Groups together multiple child node elements. See node for more information.