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: 12.0.0
Syntax void 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