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.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax public bool ForcePasteAsPlainText { get; set; }
Property Value
Type:
BooleanSee Also