The module key of a dialog, or the key of a page or web-item that you want to open as a dialog.
Opens the dialog at a preset size: small, medium, large, x-large or fullscreen (with chrome).
if size is not set, define the width as a percentage (append a % to the number) or pixels.
if size is not set, define the height as a percentage (append a % to the number) or pixels.
(optional) opens the dialog with heading and buttons.
(optional) text to display in the header if opening a dialog with chrome.
(optional) text for the submit button if opening a dialog with chrome.
(optional) text for the cancel button if opening a dialog with chrome.
(optional) custom data object that can be accessed from the actual dialog iFrame.
(optional) if true, pressing ESC inside the dialog will close the dialog (default is true).
(optional) an array of custom buttons to be added to the dialog if opening a dialog with chrome.
(optional) Suggested actions or helpful info that will be added to the dialog if opening with chrome.
Rate this page: