Defines the way a web item link is opened in the browser, such as in a modal or inline dialog.
Inline Dialog Example
{ "target": { "type": "inlinedialog", "options": { "onHover": true, "offsetX": "30px", "offsetY": "20px" } } }
Dialog Example
{ "target": { "type": "dialog", "options": { "height": "100px", "width": "200px" } } }
Common Dialog Module Example
{ "target": { "type": "dialogmodule", "options": { "key": "dialog-module-key" } } }
More details for this use-case can be found on the Dialog Module page.
options
Type | object |
---|
type
Type | string |
---|
Rate this page: