You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/editor/built-in-tools.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The sections below list the tools that come with the editor and provide the foll
31
31
32
32
*`Command Name` - the `commandName` of the tool for [executing it programmatically](#programmatic-execution).
33
33
34
-
*`Tool Type` - the type of the tool - whether it is a buttonor a dropdown. Only buttons can be added to tool groups in the [toolbar]({%slug editor-toolbars%}).
34
+
*`Tool Type` - the type of the tool - whether it is a button, a dropdown or a color tool. Only buttons can be added to tool groups in the [toolbar]({%slug editor-toolbars%}).
35
35
36
36
*`Description` - more detailed information on what the tool does.
37
37
@@ -72,6 +72,22 @@ The `Inline` tools work with or add an inline HTML element. Example of these are
72
72
<td>new Bold()</td>
73
73
<td>new ToolCommandArgs(string commandName)</td>
74
74
</tr>
75
+
<tr>
76
+
<td>BackColor</td>
77
+
<td>backColor</td>
78
+
<td>Color</td>
79
+
<td>Change the background color of the selected text</td>
0 commit comments