ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RichTextEditorTableSettings

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

    Constructors

    RichTextEditorTableSettings()

    Declaration
    public RichTextEditorTableSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    MaxWidth

    Defines the maximum Width of the table.

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

    The default value is null

    MinWidth

    Defines the minimum Width of the table.

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

    The default value is "0"

    Resize

    To enable resizing for table element.

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

    The default value is true

    Styles

    Class name should be appended by default in table element. It helps to design the table in specific CSS styles always when inserting in editor.

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

    The default value is null

    Width

    To specify the width of table

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

    The default value is "100%"

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