| ICMSModalMasterPage Interface | 
Namespace: CMS.UIControls
 Syntax
Syntaxpublic interface ICMSModalMasterPage
The ICMSModalMasterPage type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | SetCloseJavaScript | 
            Sets JavaScript to be processed when user clicks the Close button or the grey area around the modal window.
             | 
|  | SetSaveJavaScript | 
            Sets JavaScript to a Save and Close button.
             | 
|  | SetSaveResourceString | 
            Sets Save and Close button resource string.
             | 
|  | ShowSaveAndCloseButton | 
            Shows generic save and close button in the modal dialog.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Save | 
            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.
             | 
 See Also
See Also