Sets JavaScript to be processed when user clicks the Close button or the area around the modal window.
This method can only be called when master page implements ICMSModalMasterPage.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- javaScript
- Type: System String
JavaScript to be processed when user clicks the Close button or the area around the modal window
Exceptions
Exception | Condition |
---|---|
CMS.Base GeneralCMSException | Used master page is not ICMSModalMasterPage |
See Also