File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
2222
2323 client->view_display( z2ui5_cl_xml_view=>factory(
2424 )->page( 'abap2UI5 - Hello World'
25- )->text( text = `My Text`
25+ )->text( `My Text`
2626 )->text( client->_bind( name )
2727 )->stringify( ) ).
2828
@@ -54,7 +54,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
5454
5555 client->view_display( z2ui5_cl_xml_view=>factory(
5656 )->page( 'abap2UI5 - Hello World'
57- )->text( text = `Enter your name`
57+ )->text( `Enter your name`
5858 )->input( client->_bind_edit( name )
5959 )->button( text = 'post' press = client->_event( 'POST' )
6060 )->stringify( ) ).
@@ -81,7 +81,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
8181
8282 client->view_display( z2ui5_cl_xml_view=>factory(
8383 )->page( 'abap2UI5 - Hello World'
84- )->text( text = `My Text`
84+ )->text( `My Text`
8585 )->input( client->_bind_local( lv_name )
8686 )->stringify( ) ).
8787
You can’t perform that action at this time.
0 commit comments