Click or drag to resize
ICMSModalMasterPageSetCloseJavaScript Method
Sets JavaScript to be processed when user clicks the Close button or the grey area around the modal window.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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