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: modules/ROOT/pages/events.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,12 @@ The following events are provided by the {productname} editor.
168
168
|NewCell |N/A |Fired when a new table cell is created.
169
169
|TableModified |`+{ table: HTMLTableElement, structure: boolean, style: boolean }+` |Fired when style or structural changes are made to a table.
170
170
|TableSelectionClear |N/A |Fired when the table selection is cleared.
171
+
|StylesTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `styles` bespoke toolbar button is updated. `value` refers to the updated visible text label.
172
+
|BlocksTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `blocks` bespoke toolbar button is updated. `value` refers to the updated visible text label.
173
+
|AlignTextUpdate |`+{ value: string }+` |Fired after the visible icon of the `align` bespoke toolbar button is updated. `value` refers to the updated visible icon.
174
+
|FontSizeTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontsize` bespoke toolbar button is updated. `value` refers to the updated visible text label.
175
+
|FontSizeInputTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontsizeinput` bespoke toolbar button is updated. `value` refers to the updated visible text label.
176
+
|FontFamilyTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontfamily` bespoke toolbar button is updated. `value` refers to the updated visible text label.
0 commit comments