Click or drag to resize
CKEditorControlDialogNoConfirmCancel Property
Tells if user should not be asked to confirm close, if any dialog field was modified. By default it is set to false meaning that the confirmation dialog will be shown. Default value: false

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool DialogNoConfirmCancel { get; set; }

Property Value

Type: Boolean
See Also