Click or drag to resize
CKEditorControlIgnoreEmptyParagraph Property
Whether the editor must output an empty value (empty string) if it's contents is made by an empty paragraph only. Default value: true

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

Property Value

Type: Boolean
See Also