Versions Compared

Key

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

...

The MVC UI does not restrict to a particular MVC framework, however Blueriq has chosen for KnockoutJS for the implementation of the default themes. Blueriq provides the forms and dashboard theme, which are both fully developed and styled themes. Custom themes can be developed from scratch or the default themes can be extended/customized.

...

In Java the MVC UI is configured in the

Include Page
_PropertiesFileJava
_PropertiesFileJava
 file using the following properties:

Code Block
languagetext
titleaquima.properties
mvc.themes=forms,dashboard
mvc.forms.templateGroupFile=UI/mvc/forms.stg
mvc.forms.templateName=main
Code Block
languagetext
titledashboard.properties
mvc.dashboard.templateGroupFile=UI/mvc/dashboard.stg
mvc.dashboard.templateName=main
mvc.developmentMode=true

 

In .NET all configuration is done in the

Include Page
_PropertiesFileNet
_PropertiesFileNet
 file as shown in the following code snippet:

...