Click or drag to resize
CKEditorControlFillEmptyBlocks Property
Whether a filler text (non-breaking space entity —  ) will be inserted into empty block elements in HTML output. This is used to render block elements properly with line-height. When a function is specified instead, it will be passed a CKEDITOR.htmlParser.element to decide whether adding the filler text by expecting a Boolean return value. Default value: true

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public bool FillEmptyBlocks { get; set; }

Property Value

Type: Boolean
See Also