Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Framework overview
Building blocks
Security for Connect apps
Modules
JavaScript API
Last updated Oct 31, 2025

Ending Connect support

Have an existing Connect app? You can incrementally migrate it to Forge.

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
{
  ...
  "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: