File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 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.
3737 METHOD z2ui5_if_app~main.
3838
3939 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|
4242 )->stringify( ) ).
4343
4444 ENDMETHOD.
@@ -60,9 +60,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
6060 METHOD z2ui5_if_app~main.
6161
6262 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| )
6666 )->stringify( ) ).
6767
6868 CASE client->get( )-event.
@@ -90,9 +90,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
9090 METHOD z2ui5_if_app~main.
9191
9292 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| )
9696 )->input( client->_bind_edit( name )
9797 )->stringify( ) ).
9898
You can’t perform that action at this time.
0 commit comments