Documentation

Web Item Target

Defines the way a web item link is opened in the browser, such as in a modal or inline dialog.

Example

{
  "target": {
    "type": "inlinedialog",
    "options": {
      "onHover": true,
      "offsetY": "20px",
      "offsetX": "30px"
    }
  }
}

Properties

options

Type
object

type

Type
string
Defaults to
page
Allowed values
  • page
  • dialog
  • inlinedialog
  • Description

    Defines how the web-item content should be loaded by the page. By default, the web-item is loaded in the same page. The target can be set to open the web-item url as a modal dialog or an inline dialog.