ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomOrderedListBuilder - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomOrderedListBuilder

    Inheritance
    System.Object
    CustomOrderedListBuilder
    Inherited Members
    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.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CustomOrderedListBuilder

    Constructors

    CustomOrderedListBuilder(RTEtools)

    Specifies the list of tools in RTE control.

    Declaration
    public CustomOrderedListBuilder(RTEtools customTool)
    Parameters
    Type Name Description
    RTEtools customTool

    customTool

    Methods

    Add()

    Specifies the add custom tool.

    Declaration
    public void Add()

    Css(String)

    Specifies the css of custom tool.

    Declaration
    public CustomOrderedListBuilder Css(string css)
    Parameters
    Type Name Description
    System.String css

    css

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

    ListImage(String)

    Specifies the image of custom tool.

    Declaration
    public CustomOrderedListBuilder ListImage(string image)
    Parameters
    Type Name Description
    System.String image

    image

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

    ListStyle(String)

    Specifies the style of custom tool.

    Declaration
    public CustomOrderedListBuilder ListStyle(string style)
    Parameters
    Type Name Description
    System.String style

    style

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

    Name(String)

    Specifies the name of custom tool.

    Declaration
    public CustomOrderedListBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name

    name

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

    Text(String)

    Specifies the text of custom tool.

    Declaration
    public CustomOrderedListBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    text

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

    Tooltip(String)

    Specifies the tooltip of custom tool.

    Declaration
    public CustomOrderedListBuilder Tooltip(string tooltip)
    Parameters
    Type Name Description
    System.String tooltip

    tooltip

    Returns
    Type Description
    CustomOrderedListBuilder

    This method returns string value

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