Options for a modal dialog web item target or common module.
These options are a subset of those available via the JavaScript API.
1 2{ "target": { "type": "dialog", "options": { "height": "100px", "width": "200px" } } }
1 2{ "modules": { "dialogs": [ { "url": "/my-dialog-content", "options": { "size": "fullscreen", "header": { "value": "Example Dialog" } }, "key": "dialog-module-key" } ] } }
chrome
Type | |
Defaults to | true |
Description | Whether the dialog should contain the AUI header and buttons. |
header
Type | i18n-property |
---|---|
Description | Represents a string that can be resolved via a localization properties file. You can use the same i18n Property key
and value in multiple places if you like, but identical keys must have identical values.
Example { "value": "My text" } |
height
Type | string |
---|---|
Max length | 10 |
size
Type | string |
---|
width
Type | string |
---|---|
Max length | 10 |
Rate this page: