Versions Compared

Key

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

...

In Java the MVC UI is configured in the aquima.properties file using the following properties:

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

...