Skip to content

Commit 2d6f721

Browse files
jeslynbokemister85
andauthored
Update modules/ROOT/pages/custom-toggle-toolbar-button.adoc
Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>
1 parent f7a5c5c commit 2d6f721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/custom-toggle-toolbar-button.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The first (`+customStrikethrough+`) button applies and removes strikethrough for
5252

5353
The second button (`+customToggleStrikethrough+`) addresses this by using xref:apis/tinymce.formatter.adoc#formatChanged[`+editor.formatter.formatChanged+`] in its `+onSetup+` callback to monitor the formatting state of the current selection.
5454

55-
Note: The format name passed to +mceToggleFormat+ via +editor.execCommand(command, ui, args)+ is the same as the one used in +editor.formatter.formatChanged(formatName, callback)+.
55+
NOTE: The format name passed to `+mceToggleFormat+` via `+editor.execCommand(command, ui, args)+` is the same as the one used in `+editor.formatter.formatChanged(formatName, callback)+`.
5656

5757
The `+formatChanged+` method accepts the following parameters:
5858

0 commit comments

Comments
 (0)