ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RichTextEditorQuickToolbarSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    RichTextEditorQuickToolbarSettings
    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 RichTextEditorQuickToolbarSettings : EJTagHelper

    Constructors

    RichTextEditorQuickToolbarSettings()

    Declaration
    public RichTextEditorQuickToolbarSettings()

    Properties

    ActionOnScroll

    Specifies the action that should happen when scroll the target-parent container.

    Declaration
    [HtmlAttributeName("actionOnScroll")]
    public ActionOnScroll ActionOnScroll { get; set; }
    Property Value
    Type Description
    ActionOnScroll

    The default value is ActionOnScroll.Hide

    Audio

    Specifies the items to render in quick toolbar, when audio selected.

    Declaration
    [HtmlAttributeName("audio")]
    public object Audio { get; set; }
    Property Value
    Type Description
    System.Object

    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>

    Enable

    Specifies whether to enable quick toolbar in RichTextEditor.

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

    The default value is true

    Image

    Specifies the items to render in quick toolbar, when image selected.

    Declaration
    [HtmlAttributeName("image")]
    public object Image { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Link

    Specifies the items to render in quick toolbar, when link selected.

    Declaration
    [HtmlAttributeName("link")]
    public object Link { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ShowOnRightClick

    Specifies whether to opens a quick toolbar on the right click.

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

    The default value is false

    Table

    Specifies the items to render in quick toolbar, when table selected.

    Declaration
    [HtmlAttributeName("table")]
    public object Table { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Text

    Specifies the items to render in quick toolbar, when text selected.

    Declaration
    [HtmlAttributeName("text")]
    public object Text { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Video

    Specifies the items to render in quick toolbar, when video selected.

    Declaration
    [HtmlAttributeName("video")]
    public object Video { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

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