Configuration

Overview

Configuration settings specify the layout of widgets.

Configuration Settings

  • The settings apply to the [configuration] section.

General Settings

Name Description
dialog-maximize Expand dialog window to the entire page.
Open dialog window by clicking the widget header.
Possible values: false, true.
Default: true.
Example: dialog-maximize = true
scale Chart scale.
Value must exceed 0.0.
Default value: 1.0.
Example: scale = 0.8
import Import a user-defined function library.
Specify library name for use within application before the equal sign.
Example: import fred = fred.js

Layout Settings

Name Description
height-units The number of rows in the portal.
Default value: 4.
Example: height-units = 2
width-units The number of columns in the portal.
Default value: 6.
Example: width-units = 2
offset-left Offset from the left page border, in pixels.
Default value: 0.
Example: offset-left = 50
offset-right Offset from the right page border, in pixels.
Default value: 0.
Example: offset-right = 50
offset-top Offset from the top page border, in pixels.
Default value: 0.
Example: offset-top = 50
offset-bottom Offset from the bottom page border, in pixels.
Default value: 0.
Example: offset-bottom = 50
widgets-per-row Maximum number of widgets per [group] row.
Additional widgets are placed in a new row.
Example: widgets-per-row = 2