GBC
The GBC
element specifies a customization directory for the Genero
Browser Client (GBC) front-end.
Syntax
<GBC>dir-file-name</GBC>
- The dir-file-name can be either the name of a directory or a file.
Child elements
There are no child elements.
Usage
You use this element to specify a customization directory for the GBC. This directory contains a collection of HTML, CSS, JavaScript files, and all the resources required for rendering Web applications.
- If it is a directory, it is expected to be a GBC installation.
- If it is a file, then the file is expected to contain one text line, giving the name of a directory located in the same directory as the file. This directory is expected to be a GBC installation.
Usage example: customization project directory
<GBC>gbc-custom</GBC>
In this example, you create a new set of files to customize the look and feel of a Web
application. You place these files in a separate directory to the default bootstrap. In this
example, that file is $(res.path.as)/gbc-custom. The JGAS searches for the GBC directory at paths defined
by the GBC_LOOKUP_PATH
.
Usage example: customization file
<GBC>customization_file</GBC>
A text file (customization_file in the example) is used to specify a
customization directory. Paths defined by the GBC_LOOKUP_PATH
element, are searched
to locate the customization_file.
The first line of the file must contain the name of a directory located in the same directory as the file, where a GBC customization installation is found.
URI gbc query string parameter
gbc
query string parameter. If the URI contains a gbc
query string
and value, this takes precedence over the configuration for the GBC
element in the
application configuration file (xcf). gwc-js
was used. From version 3.10, it is renamed
gbc
. Use of gwc-js
is deprecated but remains for
compatibility.Parent elements
This element is a child of UA_OUTPUT