File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments