Skip to content

Commit b1d284e

Browse files
committed
fix: replace "serializes the view tree" with "converts the view tree" in view note
https://claude.ai/code/session_01M6YRViV1SVqE9DoZwXMbbd
1 parent 270ff5a commit b1d284e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In abap2UI5, UI5 renders the UI from an XML view that you build in ABAP. A simpl
2020
2121
ENDMETHOD.
2222
```
23-
You can use any UI5 control from the [UI5 SDK](https://sapui5.hana.ondemand.com). But writing raw XML quickly turns cumbersome. A handier approach is the `Z2UI5_CL_XML_VIEW` helper class, with a fluent API for building views. The `stringify( )` method at the end serializes the view tree into an XML string that the framework sends to the frontend:
23+
You can use any UI5 control from the [UI5 SDK](https://sapui5.hana.ondemand.com). But writing raw XML quickly turns cumbersome. A handier approach is the `Z2UI5_CL_XML_VIEW` helper class, with a fluent API for building views. The `stringify( )` method at the end converts the view tree into an XML string that the framework sends to the frontend:
2424

2525
```abap
2626
METHOD z2ui5_if_app~main.

0 commit comments

Comments
 (0)