File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ METHOD z2ui5_if_app~main.
5757 )->stringify( ) ).
5858
5959 CASE client->get( )-event.
60- WHEN 'BUTTON_POST'.
61- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
62- WHEN OTHERS.
60+ WHEN 'BUTTON_POST'.
61+ client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
62+ WHEN OTHERS.
6363 ENDCASE.
6464
6565ENDMETHOD.
@@ -76,8 +76,8 @@ METHOD z2ui5_if_app~main.
7676 )->stringify( ) ).
7777
7878 CASE client->get( )-event.
79- WHEN 'BUTTON_POST'.
80- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
79+ WHEN 'BUTTON_POST'.
80+ client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
8181 WHEN OTHERS.
8282 ENDCASE.
8383
@@ -96,8 +96,8 @@ METHOD z2ui5_if_app~main.
9696 )->stringify( ) ).
9797
9898 CASE client->get( )-event.
99- WHEN 'BUTTON_POST'.
100- client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
99+ WHEN 'BUTTON_POST'.
100+ client->message_box_display( |The button text is { client->get_event_arg( 1 ) }| ).
101101 ENDCASE.
102102
103103ENDMETHOD.
You can’t perform that action at this time.
0 commit comments