Web item target

The web item target module defines the way a web item link is opened in the browser, such as in a page or modal dialog.

Sample JSON

1 2 3 4 5 6 { ... "target": { "type": "dialog" } }

Properties

type

  • Type: string
  • Allowed values: page, dialog
  • Default: page
  • 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.

Rate this page: