Skip to content

Commit

Permalink
DOC-2202: add new bespoke button text updates to events.adoc file. (
Browse files Browse the repository at this point in the history
#3001)

* DOC-2202: add new  button text updates to  file.

* DOC-2202: add additional text to the end of various descriptions.

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

* Update modules/ROOT/pages/events.adoc

Co-authored-by: mkzhx <[email protected]>

---------

Co-authored-by: mkzhx <[email protected]>
  • Loading branch information
kemister85 and mkzhx authored Nov 26, 2023
1 parent 6217680 commit 805f279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/

### Unreleased

- DOC-2202: add new `bespoke` button text updates to `events.adoc` file.
- DOC-2209: add new default_font_stack `user-formatting-option.adoc` file.

### 2023-11-15
Expand Down
6 changes: 6 additions & 0 deletions modules/ROOT/pages/events.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ The following events are provided by the {productname} editor.
|NewCell |N/A |Fired when a new table cell is created.
|TableModified |`+{ table: HTMLTableElement, structure: boolean, style: boolean }+` |Fired when style or structural changes are made to a table.
|TableSelectionClear |N/A |Fired when the table selection is cleared.
|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.
|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.
|AlignTextUpdate |`+{ value: string }+` |Fired after the visible icon of the `align` bespoke toolbar button is updated. `value` refers to the updated visible icon.
|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.
|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.
|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.
|===

== Plugin events
Expand Down

0 comments on commit 805f279

Please sign in to comment.