Skip to main content

Custom widget

A custom widget allows you to embed frames (iframe) into dashboard scenes via a source URL or source code. Use a custom widget to add external resources or arbitrary elements to a scene.

Creating a widget

Example of creating a custom widget
  1. Go to the Dashboards tab.
  2. Open the dashboard.
  3. Open a scene using the arrows Left arrow and Right arrow. If there is only one scene in the dashboard, it opens automatically.
  4. In the top menu of the dashboard, click Widgets icon.
  5. Select the Custom widget widget type.
  6. Enter the source URL or source code for the HTML element to display in the widget.
  7. Click Create.

The new widget is automatically added to the selected dashboard scene.

Parameters

General widget settings

Parameter
Description
Widget nameWidget name.
Parameter
Description
Link to the resourceThe URL of an external page to display in the widget, in the format https://example.com.

Example of a widget with an embedded website:
Custom widget with URL

Code

Parameter
Description
CodeSource code in HTML or JavaScript for the HTML element to display in the widget. The code runs inside an iframe element.

Example of a widget with an embedded map:
Custom widget with code

What's next?