CKEditorControlShiftEnterMode Property |
Similarly to the enterMode setting, it defines the behavior
of the Shift+Enter key combination.
Default value: EnterMode.BR
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 10.0.0
Syntaxpublic EnterMode ShiftEnterMode { get; set; }
Property Value
Type:
EnterMode
See Also