Skip to content

Commit 3c038d6

Browse files
New Sample: Link (2)
1 parent aaf4ea0 commit 3c038d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_293.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENDCLASS.
2727

2828

2929

30-
CLASS Z2UI5_CL_DEMO_APP_293 IMPLEMENTATION.
30+
CLASS z2ui5_cl_demo_app_293 IMPLEMENTATION.
3131

3232

3333
METHOD display_view.
@@ -100,7 +100,7 @@ CLASS Z2UI5_CL_DEMO_APP_293 IMPLEMENTATION.
100100
WHEN 'CLICK_HINT_ICON'.
101101
z2ui5_display_popover( `button_hint_id` ).
102102
WHEN 'handleLinkPress'.
103-
client->message_toast_display( `Link was clicked!`).
103+
client->message_box_display( `Link was clicked!`).
104104
ENDCASE.
105105

106106
ENDMETHOD.

0 commit comments

Comments
 (0)