Skip to content

Commit 3402d98

Browse files
committed
Merge branch '6.2' of https://github.com/WoltLab/docs.woltlab.com into 6.2
2 parents 72b8e66 + bb895e0 commit 3402d98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/javascript/components_toggle_button.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ If the button is part of a form, the name is used to transmit the value when the
2727
The value that should be transmitted when the form is sent if the button is active.
2828

2929
Defaults to `1`.
30+
31+
## Events
32+
33+
### `change`
34+
35+
The custom event `change` is fired on the toggle button whenever the `checked` property of the button changes.
36+
The event detail contains `{ checked: boolean }`, alternatively the property `checked` can be queried to fetch the current state.

docs/migration/wsc61/quotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Quotes are now stored client-side in the browser's local storage, allowing synch
66
## Using the New Quote System
77

88
The interface `wcf\system\message\quote\IMessageQuoteHandler` has been modified to now only require the implementation of `getMessage()`.
9-
This new method is responsible to fetch the message, perform any validation and load embedded objects whenver applicable.
9+
This new method is responsible for providing the quoted after performing any validation necessary and load embedded objects in advanced if applicable.
1010

1111
All other methods previously implemented in quote handlers can be removed alongside with the methods required by the now deprecated interface `wcf\data\IMessageQuoteAction`.
1212

0 commit comments

Comments
 (0)