Skip to content

Commit 614dda2

Browse files
committed
update
1 parent c1f46d2 commit 614dda2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
610610
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
611611
).
612612

613+
panel->generic_tile(
614+
header = 'Cards'
615+
press = client->_event( 'z2ui5_cl_demo_app_181' )
616+
mode = 'LineMode'
617+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
618+
).
619+
613620
panel = page->panel(
614621
expandable = abap_false
615622
expanded = abap_true

0 commit comments

Comments
 (0)