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.developmentModedevelopment-mode=false
blueriq.mvc.active-themes=bootstrap3

lueriq.mvc.themes.bootstrap3.template-group-file=UI/mvc/v2/bootstrap3.stg
blueriq.mvc.themes.bootstrap3.template-name=main
blueriq.mvc.active-themes=bootstrap3
 
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>

Bootcards

...

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.developmentModedevelopment-mode=false
blueriq.mvc.versionUsed=v2
blueriq.mvc.themes=bootcards

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

Add the following to

Include Page
_PropertiesFileNet
_PropertiesFileNet
.

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

Dashboard (deprecated)

...