BOOTSTRAP

Selects the bootstrap template to be used in this theme.

Syntax

<BOOTSTRAP Id="bootstrapId"> bootstrapPath </BOOTSTRAP>

Syntax notes

  1. bootstrapId is the unique identifier for this element.
  2. bootstrapPath is the path to the bootstrap template to be used in this theme.

Usage example

<WEB_APPLICATION_THEME_COMPONENT Id="cpn.theme.html5.gwc">
  <BOOTSTRAP Id="_default">$(res.path.tpl.html5)/bootstrap.xhtml</BOOTSTRAP>
  <TEMPLATE Id="_default">$(res.path.tpl.html5)/main.xhtml</TEMPLATE>
  <SNIPPET Id="UIFrame">$(res.path.tpl.html5)/UIFrame.xhtml</SNIPPET>
  ...
</WEB_APPLICATION_THEME_COMPONENT>