Container Properties
The Container Properties group encompasses properties which are common to all components, and determine how the component relates to the container where it is located. Different properties are applicable depending on whether the component is located in a container with Dockable Layout, or in a container with Absolute or Grid layouts.
Properties Applicable to Absolute and Grid Layouts
The following properties are available for all components located in a container with Absolute or Grid layouts.
Horizontal Position
Indicates the column in a grid layout the that component occupies, or the horizontal coordinate in pixels in an absolute layout.
Variable Name: | gridX |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
gridX | Integer | Column the component occupies, or the horizontal coordinate of the component. |
Vertical Position
Indicates the row in a grid layout the that component occupies, or the vertical coordinate in pixels in an absolute layout.
Variable Name: | gridY |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
gridY | Integer | Row the component occupies, or the vertical coordinate of the component. |
Container Width
This property defines the number of columns on the dashboard grid layout the component occupies, or the width of the component in pixels in an absolute layout.
Variable Name: | gridWidth |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
gridWidth | Integer | Number of columns the component occupies. |
Container Height
This property defines the number of rows on the dashboard grid layout the component occupies, or the height of the component in pixels in an absolute layout.
Variable Name: | gridHeight |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
gridHeight | Integer | Number of rows the component occupies. |
Content Overflow
Defines the behaviour of the content if it overflows the container.
Variable Name: | overflow |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
overflow | String | This property has several selection values:
|
Container Style
The CSS style to be applied to the component's container.
Variable Name: | containerStyle |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
containerStyle | String | The CSS style to be applied to the component's container. |
Properties Applicable to Dockable Layout
The following properties are available for all components located in a container with Dockable layout.
Show Header
Applies only to components in a container with the dockable layout. Shows or hides the entire header bar of the component.
Variable Name: | showHeader |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
showHeader | Boolean |
|
Description
Applies only to components in a container with the dockable layout. Text to display in the component header bar. When empty, the component Name is displayed in the header bar.
Variable Name: | description |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
description | String | Text to display in the header bar. |
Icon
Applies only to components in a container with the dockable layout. Indicate the component icon by uploading the desired image or setting a URL pointing to the desired image.
Variable Name: | icon |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
type | Integer |
|
imageData | Data Block | Upload an image file to be used as the component icon. |
imageUrl | String | Set a URL pointing to an image to be used as the component icon. |
Show Expand Icon
Applies only to components in a container with the dockable layout. Enable or disable the expand icon for the component. When enabled, the user will be able to expand the component to fill the whole viewport.
Variable Name: | showExpandIcon |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
showExpandIcon | Boolean |
|
Show Collapsible Icon
Applies only to components in a container with the dockable layout. Enable or disable the collapse icon for the component. When enabled, the user will be able to collapse the component to display only the component header.
Variable Name: | showCollapsibleIcon |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
showCollapsibleIcon | Boolean |
|
Moveable
Applies only to components in a container with the dockable layout. Enables the user to move the component if it is a floating panel.
Variable Name: | dockMoveable |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockMoveable | Boolean |
|
Collapsed
Applies only to components in a container with the dockable layout. Indicates whether the component is in a collapsed state.
Variable Name: | dockCollapsed |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockCollapsed | Boolean |
|
Floatable
Applies only to components in a container with the dockable layout. Allows the user to set the component as a floatable window.
Variable Name: | dockFloatable |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockFloatable | Boolean |
|
Resizeable
Applies only to components in a container with the dockable layout. Allows the user to resize the component when it is in a floating window.
Variable Name: | dockResizeable |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockResizeable | Boolean |
|
Tab Position
Applies only to components in a container with the dockable layout. Indicates location of the tabs when other components are merged with this component into a tabbed panel.
Variable Name: | dockTabPosition |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockTabPosition | String | Indicate whether the tab location should be at the top, bottom, left, or right of the panel. |
Preferred Width
Applies only to components in a container with the dockable layout. Indicates the default width to apply to the component when it is set to share a panel vertically.
Variable Name: | dockPreferredWidth |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockPreferredWidth | Integer | Sets default width when placed into a vertically split panel. |
Preferred Height
Applies only to components in a container with the dockable layout. Indicates the default height to apply to the component when it is set to share a panel horizontally.
Variable Name: | dockPreferredHeight |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockPreferredHeight | Integer | Sets default height when placed into a horizontally split panel. |
Minimum Width
Applies only to components in a container with the dockable layout. Indicates the minimum width to maintain for the component when it is splitting a panel vertically.
Variable Name: | dockMinimumWidth |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockMinimumWidth | Integer | Minimum width for component when splitting panel vertically. |
Minimum Height
Applies only to components in a container with the dockable layout. Indicates the minimum height to maintain for the component when it is splitting a panel horizontally.
Variable Name: | dockMinimumHeight |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
dockMinimumHeight | Integer | Minimum height for component when splitting panel horizontally. |
Tab ID
Applies only to components in a container with the dockable layout. Indicates the tab identifier, which by default is the component name.
Variable Name: | tabId |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tabId | String | Tab identifier. |
Panel ID
Applies only to components in a container with the dockable layout. Indicates which panel the component is located in.
Variable Name: | panelId |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
panelId | String | Indicates which panel the component is located in. |
Order ID
Applies only to components in a container with the dockable layout. Indicates which tab the component will occupy in a tabbed panel. Indexed from zero, where 0
is the first tab, 1
is the second tab, and so on.
Variable Name: | orderId |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
orderId | String | Index indicating where the component is located in a list of tabs. |
Active
Applies only to components in a container with the dockable layout. Indicates that the component is the selected tab, in the case that the component is in a tabbed panel.
Variable Name: | active |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
active | Boolean | Indicates that the component is the selected tab. |
Was this page helpful?