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.themes=bootstrap3

blueriq.mvc.bootstrap3.templateGroupFile=UI/mvc/v2/bootstrap3.stg
blueriq.mvc.bootstrap3.templateName=main

...

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.themes=bootcards

blueriq.mvc.bootcards.templateGroupFile=UI/mvc/v2/bootcards.stg
blueriq.mvc.bootcards.templateName=main

...

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=v1
blueriq.mvc.themes=dashboard

blueriq.mvc.dashboard.templateGroupFile=UI/mvc/v1/dashboard.stg
blueriq.mvc.dashboard.templateName=main

...

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=v1
blueriq.mvc.themes=forms

blueriq.mvc.forms.templateGroupFile=UI/mvc/v1/forms.stg
blueriq.mvc.forms.templateName=main

...