Skip to content

Commit a70989a

Browse files
authored
Fix button press event syntax in share.md
1 parent e6277b6 commit a70989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/navigation/share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CLASS z2ui5_cl_sample_share IMPLEMENTATION.
2323
)->input( client->_bind_edit( mv_quantity )
2424
)->button(
2525
text = `share`
26-
press = client->_event( val = `BUTTON_POST` )
26+
press = client->_event( `BUTTON_POST` )
2727
)->stringify( ) ).
2828
ENDIF.
2929

0 commit comments

Comments
 (0)