Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Expand
titleJava

Add the following to

Include Page
_PropertiesFileJava
_PropertiesFileJava
. Note that mvc.themes can contain a list of comma separated themes.

Code Block
blueriq.mvc.developmentMode=false
blueriq.mvc.versionUsed=v2
blueriq.mvc.active-themes=bootstrap3

blueriqlueriq.mvc.themes.bootstrap3.templateGroupFiletemplate-group-file=UI/mvc/v2/bootstrap3.stg
blueriq.mvc.themes.bootstrap3.templateNametemplate-name=main
 
UI Expand
title.NET

Add the following to

Include Page
_PropertiesFileNet
_PropertiesFileNet
.

Code Block
<mvc developmentMode="false" versionUsed="v2">
  <themes>
    <theme name="bootstrap3" templateGroupFile="UI/mvc/v2/bootstrap3.stg" templateName="main"/>
  </themes>
</mvc>

...