Class CustomToolsBuilder
Inheritance
System.Object
CustomToolsBuilder
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 CustomToolsBuilder
Constructors
CustomToolsBuilder(RTEtools)
Specifies the list of tools in RTE control.
Declaration
public CustomToolsBuilder(RTEtools customTool)
Parameters
Type | Name | Description |
---|---|---|
RTEtools | customTool | customTool |
Methods
Action(String)
Specifies the action of custom tool.
Declaration
public CustomToolsBuilder Action(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | action |
Returns
Type | Description |
---|---|
CustomToolsBuilder | This method returns string value |
Add()
Specifies the add custom tool.
Declaration
public void Add()
Css(String)
Specifies the css of custom tool.
Declaration
public CustomToolsBuilder Css(string css)
Parameters
Type | Name | Description |
---|---|---|
System.String | css | css |
Returns
Type | Description |
---|---|
CustomToolsBuilder | This method returns string value |
Name(String)
Specifies the name of custom tool.
Declaration
public CustomToolsBuilder Name(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | name |
Returns
Type | Description |
---|---|
CustomToolsBuilder | This method returns string value |
Text(String)
Specifies the text of custom tool.
Declaration
public CustomToolsBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | text |
Returns
Type | Description |
---|---|
CustomToolsBuilder | This method returns string value |
Tooltip(String)
Specifies the tooltip of custom tool.
Declaration
public CustomToolsBuilder Tooltip(string tooltip)
Parameters
Type | Name | Description |
---|---|---|
System.String | tooltip | tooltip |
Returns
Type | Description |
---|---|
CustomToolsBuilder | This method returns string value |