Versions Compared

Key

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

...

Add the following to .<mvc developmentMode="false"> <themes> <theme name="bootstrap3" templateGroupFile="UI/mvc/v2/bootstrap3.stg" templateName="main" /> </themes> </mvc>
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.development-mode=false
blueriq.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
Include Page
_PropertiesFileNet_PropertiesFileNet
Code Block

 

Bootcards

This is the theme for mobile applications. Bootcards is part of version 2 of the MVC UI styling.

...

Add the following to .<mvc developmentMode="false"> <themes> <theme name="bootcards" templateGroupFile="UI/mvc/v2/bootcards.stg" templateName="main" /> </themes> </mvc>
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.development-mode=false
blueriq.mvc.themes.bootcards.template-group-file=UI/mvc/v2/bootcards.stg
blueriq.mvc.themes.bootcards.template-name=main
blueriq.mvc.active-themes=bootcards
UI Expand
title.NET
Include Page
_PropertiesFileNet_PropertiesFileNet
Code Block

 

Dashboard (deprecated)

The dashboard is the former default theme. It is part of version 1 of the MVC UI styling.

...