SHORTCUT

Selects the template to be used to generate the GDC shortcut for this application.

Syntax

<SHORTCUT Id="shortcutId"> shortcutPath </SHORTCUT>

Syntax notes

  1. shortcutId is the unique identifier for this element.
  2. shortcutPath is the path to the shortcut template to be used in this theme.

Usage example

<WEB_APPLICATION_THEME_COMPONENT Id="cpn.theme.default.gdc">
  <TEMPLATE Id="_default">$(res.theme.default.gdc.template)</TEMPLATE>
  <SHORTCUT Id="_default">$(res.theme.default.gdc.shortcut.path)/gdc-http.gdc
  </SHORTCUT>
</WEB_APPLICATION_THEME_COMPONENT>