You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

Components and resources

A theme consists of the following components and resources:

 Description 
Index fileStringTemplate index file 
Web resourcesJavaScript, CSS, images, etc. 
ConfigurationProperties in the aquima.properties file 

 

Configuration

In order to configure your theme so it will be known by the Runtime several properties must be set. The following example shows properties for registering a theme named "custom_dashboard":

Properties for registering a custom theme
mvc.themes=custom_dashboard
mvc.custom_dashboard.templateGroupFile=UI/mvc/custom_dashboard.stg
mvc.custom_dashboard.templateName=main
  • No labels