| CMSModalPageSetCloseJavascript 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: 13.0.131
 Syntax
Syntaxprotected 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
Exceptions See Also
See Also