We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bf07f commit a798c56Copy full SHA for a798c56
src/z2ui5_cl_demo_app_000.clas.abap
@@ -943,12 +943,20 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
943
).
944
945
panel->generic_tile(
946
- header = 'Templating'
+ header = 'Templating I'
947
press = client->_event( 'Z2UI5_CL_DEMO_APP_173' )
948
mode = 'LineMode'
949
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
950
951
952
+ panel->generic_tile(
953
+ header = 'Templating II'
954
+ subheader = 'Nested Views'
955
+ press = client->_event( 'Z2UI5_CL_DEMO_APP_176' )
956
+ mode = 'LineMode'
957
+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
958
+).
959
+
960
page = page2->panel(
961
expandable = abap_true
962
expanded = client->_bind_edit( ms_check_expanded-custom_controls )
0 commit comments