Skip to content

Commit

Permalink
OpenUI5 Documentation Update 01.10.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Oct 1, 2024
1 parent 67863b4 commit 05eabc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Initialization_and_Read_Requests_fccfb2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For details, see [`sap.ui.model.odata.v4.ODataModel#bindProperty`](https://sdk.o
A property binding can have an object value if the target type specified in the corresponding control property's binding info is "any" and the binding is relative or points to metadata. The binding's mode has to be `OneTime`, see [sap.ui.model.BindingMode](https://sdk.openui5.org/api/sap.ui.model.BindingMode), unless the binding is for an action advertisement.
A `OneWay` binding mode is also supported \(**experimental** as of UI5 version 1.126.0\) for relative read-only data \(not metadata!\) bindings to complex types and collections thereof; for entity types, use a context binding instead.
A `OneWay` binding mode is also supported for relative read-only data \(not metadata!\) bindings to complex types and collections thereof; for entity types, use a context binding instead.
**Example: Using the controller method `'formatPhoneNumbersAsCSV'` to show a comma-separated list of phone numbers for business partner contacts**
Expand Down

0 comments on commit 05eabc6

Please sign in to comment.