Skip to content

Commit 2c27640

Browse files
authored
Update dx.md
1 parent 6bd9e18 commit 2c27640

File tree

1 file changed

+3
-2
lines changed
  • docs/advanced/technical

1 file changed

+3
-2
lines changed

docs/advanced/technical/dx.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ CLASS zcl_app_input IMPLEMENTATION.
7878
z2ui5_cl_xml_view=>factory(
7979
)->input( client->_bind_edit( pa_arbgb )
8080
)->button( text = 'post' press = client->_event( 'POST' ) ) ).
81-
ELSEIF client->get( )-event = 'POST'.
82-
client->message_box_display( |Input: { pa_arbgb }| ).
81+
RETURN.
8382
ENDIF.
8483
84+
client->message_box_display( |Input: { pa_arbgb }| ).
85+
8586
ENDMETHOD.
8687
ENDCLASS.
8788
```

0 commit comments

Comments
 (0)