Skip to content

Commit 60f0cf2

Browse files
authored
Update view.md
1 parent d4864a9 commit 60f0cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ You can use any UI5 control available in the UI5 SDK. However, working with XML
3131
3232
ENDMETHOD.
3333
```
34-
Check the API of the `Z2UI5_CL_XML_VIEW` class and leverage code completion to easily find the correct controls and properties. Additionally, it’s recommended to explore the sample repository, which contains pre-written XML examples for most use cases. These examples are available for easy copy-pasting and can be adjusted to suit your specific needs.
34+
Check the API of `Z2UI5_CL_XML_VIEW` and leverage code completion to easily find the correct controls and properties. Additionally, it’s recommended to explore the sample repository, which contains pre-written XML examples for most use cases. These examples are available for easy copy-pasting and can be adjusted to suit your specific needs.
3535

3636
Currently, this setup is quite static. In the next section, we will explore how to bind and exchange data between the view and the app logic.

0 commit comments

Comments
 (0)