File tree Expand file tree Collapse file tree 1 file changed +30
-8
lines changed Expand file tree Collapse file tree 1 file changed +30
-8
lines changed Original file line number Diff line number Diff line change 12451245 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
12461246 ).
12471247
1248- panel->generic_tile(
1249- header = 'Popup Display Layout'
1250- subheader = 'obsolete'
1251- press = client->_event( 'z2ui5_cl_demo_app_174' )
1252- mode = 'LineMode'
1253- class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1254- ).
1248+ * panel->generic_tile(
1249+ * header = 'Popup Display Layout'
1250+ * subheader = 'obsolete'
1251+ * press = client->_event( 'z2ui5_cl_demo_app_174' )
1252+ * mode = 'LineMode'
1253+ * class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1254+ * ).
12551255
12561256 panel->generic_tile(
12571257 header = 'Popup Display Layout'
1258- subheader = 'V2 '
1258+ subheader = ''
12591259 press = client->_event( 'z2ui5_cl_demo_app_200' )
12601260 mode = 'LineMode'
12611261 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
12931293 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
12941294 ).
12951295
1296+ panel = page->panel(
1297+ expandable = abap_false
1298+ expanded = abap_true
1299+ headertext = `Popups (ABAP for Cloud WIP)`
1300+ ).
1301+
1302+ panel->generic_tile(
1303+ header = 'Popup with F4 Help'
1304+ subheader = ''
1305+ press = client->_event( 'z2ui5_cl_demo_app_204' )
1306+ mode = 'LineMode'
1307+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1308+ ).
1309+
1310+ panel->generic_tile(
1311+ header = 'Popup to Select Transport Requests'
1312+ subheader = ''
1313+ press = client->_event( 'z2ui5_cl_pop_transport' )
1314+ mode = 'LineMode'
1315+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1316+ ).
1317+
12961318 page = page2->panel(
12971319 expandable = abap_true
12981320 expanded = client->_bind_edit( ms_check_expanded-version )
You can’t perform that action at this time.
0 commit comments