Insights Hub Web Content
Overview
Theme providing typical Insights Hub color codes, icons and a default application layout, based on the Mendix Atlas UI. Please note: this module is intended to be used with "Insights Hub IIoT for Makers". It is not compatible with "Mendix on Insights Hub".
Documentation
Description
Theme providing typical Insights Hub color codes, icons and a default application layout, based on the Mendix Atlas UI.
Please note: this module is intended to be used with " Insights Hub IIoT for Makers". It is not compatible with "Mendix on Insights Hub".
Typical usage scenario
Use the theme and get an application layout, colors, and icons based on the User Experience Toolkit for Insights Hub and Industrial IoT.
Features
The Insights Hub Web Content provides you typical color codes, icons and a default application layout as used for Insights Hub apps.
Configuration
General setup
After importing the module, please replace the content of the file ./theme/web/custom-variables.scss with:
@import '../../themesource/insightshubwebcontent/web/custom-variables.scss';
Also make sure that within your project settings, the Insights Hub Web Content is after the Atlas modules:
Default web page layout
The Insights Hub Web Content is providing a new default web page layout, called InsightsHub_Default. Please use this one, rather than the Atlas_Default provided by the Atlas_Core module on each and every Web Page to get the full Theme alive.
Insights Hub Icons
Insighs Hub Icons as ‘Glyphicons’
You can select MindSphere icons from the MindSphere Theme Pack to be displayed as images in your application.
1. Open the properties of a widget which can display an icon (for example a button).
2. Click Select… next to Icon.
3. Choose the InsightsHub tab.
4. Find the icon that you want and click Select. The Insights Hub icons are in the module InsightsHubWebContent.
Insights Hub Icons as an Icon Font
The Insights Hub Theme Pack provides a font which contains icons. This means that you can use a Insights Hub icon in any page element where you can assign a class.
To do this:
1. Find the icon you wish to use. These have the same names as the icons in the Insights Hub Web Content Pack and are listed in the App Explorer dock under App > Marketplace modules > InsightsHubWebContent > Icons.
Image
2. Open the properties of the element to which you wish to add an icon.
3. Set Icon to (none).
4. Add the class iconUxt {icon-name}.