| ICMSModalMasterPageSetCloseJavaScript Method | 
            Sets JavaScript to be processed when user clicks the Close button or the grey area around the modal window.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxvoid SetCloseJavaScript(
	string javaScript
)
Parameters
- javaScript
- Type: SystemString
 JavaScript to process when user clicks the Close button or the grey area around the modal window
 See Also
See Also