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 4cf8013 commit 69131f1Copy full SHA for 69131f1
docs/development/navigation/share.md
@@ -18,13 +18,15 @@ CLASS z2ui5_cl_sample_share IMPLEMENTATION.
18
CASE abap_true.
19
20
WHEN client->check_on_navigated( ).
21
+
22
DATA(view) = z2ui5_cl_xml_view=>factory( )->shell( )->page(
23
)->label( `quantity`
24
)->input( client->_bind_edit( mv_quantity )
25
)->button( text = `share` press = client->_event( `BUTTON_POST` ) ).
26
client->view_display( view->stringify( ) ).
27
28
WHEN client->check_on_event( `BUTTON_POST` ).
29
30
client->follow_up_action( client->_event_client( z2ui5_if_client=>cs_event-CLIPBOARD_APP_STATE ) ).
31
client->message_toast_display( `clipboard copied` ).
32
0 commit comments