Skip to content

Commit

Permalink
Update expression_binding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Jan 3, 2025
1 parent c6af1ab commit 0a7217f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/model/expression_binding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Expression Binding

Expression Binding in UI5 allows you to dynamically compute values directly in XML views using JavaScript-like expressions. It simplifies coding, especially in the ABAP2UI5 context, by enabling calculations, logical conditions, and string operations directly at the frontend—eliminating the need for additional server roundtrips.
Expression Binding in UI5 allows you to compute values directly in XML views using JavaScript-like expressions. This feature is especially useful in abap2UI5 development, as it can reduce server roundtrips by enabling calculations, logical conditions, and string operations directly on the frontend.

#### Calculate the Maximum Value at the Frontend

Expand Down Expand Up @@ -64,4 +64,4 @@ CLASS z2ui5_cl_demo_editable IMPLEMENTATION.
ENDCLASS.
```

Explore all the possibilities in the sample class `Z2UI5_CL_DEMO_APP_027` or refer to the UI5 documentation [here.](https://sapui5.hana.ondemand.com/sdk/#/topic/daf6852a04b44d118963968a1239d2c0)
Explore all the possibilities in the sample class `Z2UI5_CL_DEMO_APP_027` or refer to the UI5 documentation [here.](https://sapui5.hana.ondemand.com/sdk/#/topic/daf6852a04b44d118963968a1239d2c0)

0 comments on commit 0a7217f

Please sign in to comment.