Click or drag to resize

JSHelperOpenBootModal Method

Overload List
  NameDescription
Public methodStatic memberOpenBootModal(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.
Public methodStatic memberOpenBootModal(IAppContext, String, BootModalOptions)
Generate javascript to open a modal dialog to present the specified URL.
Public methodStatic memberOpenBootModal(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.
Top
See Also