Click or drag to resize
ICMSModalMasterPage Interface
Interface for modal master pages.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSModalMasterPage

The ICMSModalMasterPage type exposes the following members.

Methods
  NameDescription
Public methodSetCloseJavaScript
Sets JavaScript to be processed when user clicks the Close button or the grey area around the modal window.
Public methodSetSaveJavaScript
Sets JavaScript to a Save and Close button.
Public methodSetSaveResourceString
Sets Save and Close button resource string.
Public methodShowSaveAndCloseButton
Shows generic save and close button in the modal dialog.
Top
Events
  NameDescription
Public eventSave
Fired when 'save and close' button is clicked and the content should be saved. Pages that use this master page should add handler to this event alike binding to OnClick(EventArgs) event.
Top
See Also