Skip to content

Commit 5b4d7fb

Browse files
committed
update overview
1 parent b52867d commit 5b4d7fb

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,12 +790,19 @@
790790

791791
panel->generic_tile(
792792
header = 'File Uploader'
793-
subheader = 'Upload any file to the Backend'
793+
subheader = 'Upload files to the Backend'
794794
press = client->_event( 'Z2UI5_CL_DEMO_APP_075' )
795795
mode = 'LineMode'
796796
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
797797
).
798798

799+
panel->generic_tile(
800+
header = 'File Download'
801+
subheader = 'Download files to the Frontend'
802+
press = client->_event( 'Z2UI5_CL_DEMO_APP_186' )
803+
mode = 'LineMode'
804+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
805+
).
799806

800807
panel = page->panel(
801808
expandable = abap_false
@@ -837,6 +844,15 @@
837844
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
838845
).
839846

847+
panel->generic_tile(
848+
header = 'Dynamic Objects IV'
849+
subheader = 'User Generic Struc Refs in Subapps'
850+
press = client->_event( 'Z2UI5_CL_DEMO_APP_190' )
851+
mode = 'LineMode'
852+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
853+
).
854+
855+
840856
panel = page->panel(
841857
expandable = abap_false
842858
expanded = abap_true

0 commit comments

Comments
 (0)