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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Page under construction

Page element Content Styles

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)

timelineThis content style show a time line of events.
Dashboarddashboard_rowThis content style indicates a row.
Dashboarddashboard_column1..12Dashboard column weight 1-12. This is supported as legacy, it is preferable to use the Weight<X> Presentation Style.
Dashboarddashboard_widget

DefaultbreadcrumbcontainerDefault content style connected to the container AQ_BreadCrumb.
AquimaLibrarymenubarContent styling to be used to style a container as a menubar. The content style works for buttons and containers containing buttons.

tabs

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.


Using column weights

Consider a dashboard structure like at the right. 

The MVC layout defined a 12 column grid where dashboard columns could be mapped to. When the column widths added up to less than 12, empty space would be rendered. When it added up to more than 12, the column would be wrapped to a new line. The new Blueriq Theme uses a different model and it will render all columns inside of a dashboard row horizontally. It uses a weight system to determine the width of the columns. A column of weight 2 will be twice as wide as a column of width 1. if you need blank space, you can add an empty column with the specified width. Note that if your weights add up to 12, the same behaviour as in MVC will occur.

In the new theme, another way is supported. The columns container can be assigned the content style 'dashboard_column'. Additionally, a presentation style of 'WeightX' can be assigned to indicate the weight. Weights can be any number, as they are relative to each other. A column with weight 70 will be rendered twice as wide as a column with weight 35. It is preferred to use Weight presentation styles over content styles.

For backwards compatibility we support both methods, but note that the number will be interpreted as a weight instead of a width.


Page Content Styles

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