Versions Compared

Key

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

...

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)

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

...

UI Expand
title.NET

Add the following to

Include Page
_PropertiesFileNet
_PropertiesFileNet
.

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

Forms (deprecated)

The theme 'forms' had been the standard for MVC UI.

...