Click or drag to resize
CKEditorControlRemoveFormatAttributes Property
A comma separated list of elements attributes to be removed when executing the "remove format" command. Default value: "class,style,lang,width,height,align,hspace,valign" Set to null for default value

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

Return Value

Type: String
null if the default value is set
See Also