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 ba65d31 commit 7ff8b8dCopy full SHA for 7ff8b8d
1 file changed
docs/development/navigation/app_state.md
@@ -27,7 +27,7 @@ CLASS z2ui5_cl_sample_app_state IMPLEMENTATION.
27
)->input( client->_bind_edit( mv_quantity )
28
)->button(
29
text = `post with state`
30
- press = client->_event( val = `BUTTON_POST` )
+ press = client->_event( `BUTTON_POST` )
31
)->stringify( ) ).
32
ENDIF.
33
0 commit comments