Click or drag to resize
CKEditorControlForcePasteAsPlainText Property
Whether to force all pasting operations to insert on plain text into the editor, loosing any formatting information possibly available in the source text. Note: paste from word (dialog) is not affected by this configuration. 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 ForcePasteAsPlainText { get; set; }

Property Value

Type: Boolean
See Also