Configure External Page Widget

Define An External Page Widget

You can use this widget to embed an external webpage into the Portal dashboard. This feature is extremely useful for a company using other applications besides Axon Ivy. Now users can interact with multiple systems from the Portal dashboard.

external-page-widget-configuration

Widget title: Title of the widget. Leave it blank to hide header of the widget

External URL: External page link

Define An External Page Widget Using JSON

The JSON structure is the following:

{
   "type": "custom",
   "id": "custom-widget",
   "names": [
      {
         "locale": "en",
         "value": "Custom Widget"
      }
   ],
   "layout": {
      "x": 10, "y": 0, "w": 2, "h": 4
   },
   "data": {
      "url" : "https://www.axonivy.com/"
   }
}

Attribute explanation:

url: the URL of the external webpage you want to show.

Warning

Some external websites do not allow to be loaded in IFrames. You have to make sure that their security policy allows the embedding if you want to use these pages in your custom widget.