CMSModalPage SetSaveJavascript Method Kentico 8.0 API Reference
Sets JavaScript to a Save and Close button. This method can only be called when master page implements ICMSModalMasterPage.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

javaScript
Type: OnlineSystem String
JavaScript to add to the Save and Close button
Exceptions

Remarks

By using this method, the master page will also display 'Save and Close' button in the bottom of the page.
See Also