JSHelperOpenBootModal Method |
Name | Description | |
---|---|---|
OpenBootModal(String) | Obsolete.
Generate javascript to open a modal dialog to present the specified URL.
This method is deprecated in favor of OpenBootModal(IAppContext, String, BootModalOptions) in order to provide
improved support on mobile devices.
| |
OpenBootModal(IAppContext, String, BootModalOptions) |
Generate javascript to open a modal dialog to present the specified URL.
| |
OpenBootModal(IAppContext, String, BootModalOptions, String) |
Generate javascript to open a modal dialog to present the specified URL.
If a non-blank CSS class name is provided the class will be added to the dialog outer container and
a CSS class will be added to the body contained in the dialog's IFRAME with a "-body" suffix (e.g.
if the CSS class name is "my-dialog" then "my-dialog-body" will be added to the contained body). A
class is applied to the contained body because it is contained in an IFRAME and you cannot apply CSS
across IFRAME elements.
|