Skip to content

Commit ed3c2d4

Browse files
authored
Update events.md
1 parent ec59e8f commit ed3c2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ UI5 control properties can be used not only to display data but also to trigger
99
You can trigger backend processing when an event occurs using the `client->_event` method.
1010

1111
#### Basic
12-
As an example, we will use the `press` property of a button. To trigger events in the backend, assign the result of `client->_event(`MY_EVENT_NAME`)` to the relevant UI5 control property. Once triggered, the backend can retrieve the event details with `client->get( )-event`.
12+
As an example, we will use the `press` property of a button. To trigger events in the backend, assign the result of `client->_event( 'MY_EVENT_NAME' )` to the relevant UI5 control property. Once triggered, the backend can retrieve the event details with `client->get( )-event`.
1313

1414
```abap
1515
METHOD z2ui5_if_app~main.

0 commit comments

Comments
 (0)