menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CustomUnorderedListBuilder

    Inheritance
    System.Object
    CustomUnorderedListBuilder
    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 CustomUnorderedListBuilder

    Constructors

    CustomUnorderedListBuilder(RTEtools)

    Specifies the list of tools in RTE control.

    Declaration
    public CustomUnorderedListBuilder(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 CustomUnorderedListBuilder Css(string css)
    Parameters
    Type Name Description
    System.String css

    css

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

    ListImage(String)

    Specifies the image of custom tool.

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

    image

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

    ListStyle(String)

    Specifies the style of custom tool.

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

    style

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

    Name(String)

    Specifies the name of custom tool.

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

    name

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

    Text(String)

    Specifies the text of custom tool.

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

    text

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

    Tooltip(String)

    Specifies the tooltip of custom tool.

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

    tooltip

    Returns
    Type Description
    CustomUnorderedListBuilder

    This method returns string value

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