Skip to content

Commit 21fe8ce

Browse files
authored
reorganize sample section with popups (abap2UI5#235)
1 parent 2dcf276 commit 21fe8ce

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

+30-8
Original file line numberDiff line numberDiff line change
@@ -1245,17 +1245,17 @@
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'
@@ -1293,6 +1293,28 @@
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 )

0 commit comments

Comments
 (0)