CMSModalDesignPageSetCloseJavascript Method |
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: 12.0.0
Syntax protected void SetCloseJavascript(
string javaScript
)
Parameters
- javaScript
- Type: SystemString
JavaScript to be processed when user clicks the Close button or the area around the modal window
Exceptions See Also