You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

A content style describes the function of a component

Page element Content Styles (Angular)

Library

Content style name

Description

Extra

Dashboarddashboard_bodyThis content style indicates the body of the dashboard. (note that this is used in combination with dashboard_header, dashboard_menu and dashboard_footer)
Dashboarddashboard_footerThis content style indicates the footer of the dashboard. (note that this is used in combination with dashboard_header, dashboard_menu and dashboard_body)
Dashboarddashboard_headerThis content style indicates the header of the dashboard. (note that this is used in combination with dashboard_menu, dashboard_body and dashboard_footer)
Dashboarddashboard_menuThis content style indicates the menu of the dashboard. (note that this is used in combination with dashboard_header, dashboard_body and dashboard_footer, and requires a sub container with Content style menubar)
Dashboarddashboard_rowThis content style indicates a row.
Dashboarddashboard_column1..12Deprecated. Dashboard column weight 1-12. This is supported as legacy, it is preferable to use the dashboard_column Content Style and the Weight<N> Presentation Style.
Dashboarddashboard_columnThis content style indicates a column in a dashboard_row. Use the Weight<N> Presentation Style to indicate the width relative to the other columns.
Dashboarddashboard_widgetRenders the content of a widget as a tile.
DefaultbreadcrumbcontainerDefault content style connected to the container AQ_BreadCrumb.
AquimaLibrarymenubarContent styling to be used to style a container as a menubar. Should be used within a container with Content Style dashboard_menu. The content style works for buttons and containers containing buttons.
AquimaLibrarytabs

This style renders the direct child containers as tabs where the tab caption is the displayName of the container.

It is advised to use this style only for readonly content as validation errors are only shown of the currently active tab. Also, be aware that the fields on all tabs are submitted when the page is submitted, even though the fields are not visible.


Page Content Styles (Angular)

In the MVC dashboards were always displayed on full screen. This has been changed to be responsive by default. If you desire to have the same behavior you must add the following content style to your page: Full
For completeness, these are all the possibilities:

Library

Content Style

Description

BlueriqThemeResponsiveThe width of the content on the page is dependent on the width of the window (default).
BlueriqThemeSmallThe content on the page is narrow (maximum width is 512 pixels).
BlueriqThemeMediumThe content on the page is medium (maximum width is 768 pixels).
BlueriqThemeLarge

The content on the page is large (maximum width is 1024 pixels).

BlueriqThemeFullContent on the page should take the full width.
  • No labels