ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorPasteCleanupSettings

    Show / Hide Table of Contents

    Class RichTextEditorPasteCleanupSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    RichTextEditorPasteCleanupSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorPasteCleanupSettings : EJTagHelper

    Constructors

    RichTextEditorPasteCleanupSettings()

    Declaration
    public RichTextEditorPasteCleanupSettings()

    Properties

    AllowedStyleProps

    Specifies the allowed style properties when pasting in RichTextEditor.

    Declaration
    [HtmlAttributeName("allowedStyleProps")]
    public string[] AllowedStyleProps { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    DeniedAttrs

    Specifies the attributes to restrict when pasting in RichTextEditor.

    Declaration
    [HtmlAttributeName("deniedAttrs")]
    public string[] DeniedAttrs { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    DeniedTags

    Specifies the tags to restrict when pasting in RichTextEditor.

    Declaration
    [HtmlAttributeName("deniedTags")]
    public string[] DeniedTags { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    KeepFormat

    Specifies whether to keep or remove the format when pasting in RichTextEditor.

    Declaration
    [HtmlAttributeName("keepFormat")]
    public bool KeepFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    PlainText

    Specifies whether to paste as plain text or not in RichTextEditor.

    Declaration
    [HtmlAttributeName("plainText")]
    public bool PlainText { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Prompt

    Specifies whether to enable the prompt for paste in RichTextEditor.

    Declaration
    [HtmlAttributeName("prompt")]
    public bool Prompt { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved