ICMSModalMasterPage MembersKentico 8.0 API Reference
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.
Back to 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 OnlineOnClick(EventArgs) event.
Back to Top
See Also