File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
37
37
METHOD z2ui5_if_app~main.
38
38
39
39
client->view_display( z2ui5_cl_xml_view=>factory(
40
- )->page( ' abap2UI5 - Hello World'
41
- )->text( text = ` My Text`
40
+ )->page( | abap2UI5 - Hello World|
41
+ )->text( | My Text|
42
42
)->stringify( ) ).
43
43
44
44
ENDMETHOD.
@@ -60,9 +60,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
60
60
METHOD z2ui5_if_app~main.
61
61
62
62
client->view_display( z2ui5_cl_xml_view=>factory(
63
- )->page( ' abap2UI5 - Hello World'
64
- )->text( ` My Text`
65
- )->button( text = 'post' press = client->_event( ' POST' )
63
+ )->page( | abap2UI5 - Hello World|
64
+ )->text( | My Text|
65
+ )->button( text = 'post' press = client->_event( | POST| )
66
66
)->stringify( ) ).
67
67
68
68
CASE client->get( )-event.
@@ -90,9 +90,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
90
90
METHOD z2ui5_if_app~main.
91
91
92
92
client->view_display( z2ui5_cl_xml_view=>factory(
93
- )->page( ' abap2UI5 - Hello World'
94
- )->text( ` My Text`
95
- )->button( text = ' post' press = client->_event( ' POST' )
93
+ )->page( | abap2UI5 - Hello World|
94
+ )->text( | My Text|
95
+ )->button( text = | post| press = client->_event( | POST| )
96
96
)->input( client->_bind_edit( name )
97
97
)->stringify( ) ).
98
98
You can’t perform that action at this time.
0 commit comments