Skip to content

Commit 69131f1

Browse files
authored
Enhance share functionality with clipboard support
1 parent 4cf8013 commit 69131f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/development/navigation/share.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ CLASS z2ui5_cl_sample_share IMPLEMENTATION.
1818
CASE abap_true.
1919
2020
WHEN client->check_on_navigated( ).
21+
2122
DATA(view) = z2ui5_cl_xml_view=>factory( )->shell( )->page(
2223
)->label( `quantity`
2324
)->input( client->_bind_edit( mv_quantity )
2425
)->button( text = `share` press = client->_event( `BUTTON_POST` ) ).
2526
client->view_display( view->stringify( ) ).
2627
2728
WHEN client->check_on_event( `BUTTON_POST` ).
29+
2830
client->follow_up_action( client->_event_client( z2ui5_if_client=>cs_event-CLIPBOARD_APP_STATE ) ).
2931
client->message_toast_display( `clipboard copied` ).
3032

0 commit comments

Comments
 (0)