We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd9e18 commit 2c27640Copy full SHA for 2c27640
docs/advanced/technical/dx.md
@@ -78,10 +78,11 @@ CLASS zcl_app_input IMPLEMENTATION.
78
z2ui5_cl_xml_view=>factory(
79
)->input( client->_bind_edit( pa_arbgb )
80
)->button( text = 'post' press = client->_event( 'POST' ) ) ).
81
- ELSEIF client->get( )-event = 'POST'.
82
- client->message_box_display( |Input: { pa_arbgb }| ).
+ RETURN.
83
ENDIF.
84
+ client->message_box_display( |Input: { pa_arbgb }| ).
85
+
86
ENDMETHOD.
87
ENDCLASS.
88
```
0 commit comments