Skip to content

Commit cec06b8

Browse files
authored
Update view.md
1 parent 941c212 commit cec06b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/development/view.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ METHOD z2ui5_if_app~main.
88
99
client->view_display(
1010
|<mvc:View xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" | &
11-
| displayBlock="true" height="100%">| &
11+
| displayBlock="true" height="100%">| &
1212
| <Shell>| &
13-
| <Page title="My title">| &
14-
| <Text text="My text"/>| &
15-
| </Page>| &
13+
| <Page title="My title">| &
14+
| <Text text="My text"/>| &
15+
| </Page>| &
1616
| </Shell>| &
1717
|</mvc:View>| ).
1818
@@ -33,4 +33,4 @@ You can use any UI5 control available in the UI5 SDK. However, working with XML
3333
```
3434
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.
3535

36-
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.
36+
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)