File tree 1 file changed +30
-8
lines changed
1 file changed +30
-8
lines changed Original file line number Diff line number Diff line change 1245
1245
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1246
1246
).
1247
1247
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
+ * ).
1255
1255
1256
1256
panel->generic_tile(
1257
1257
header = 'Popup Display Layout'
1258
- subheader = 'V2 '
1258
+ subheader = ''
1259
1259
press = client->_event( 'z2ui5_cl_demo_app_200' )
1260
1260
mode = 'LineMode'
1261
1261
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1293
1293
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1294
1294
).
1295
1295
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
+
1296
1318
page = page2->panel(
1297
1319
expandable = abap_true
1298
1320
expanded = client->_bind_edit( ms_check_expanded-version )
You can’t perform that action at this time.
0 commit comments