Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 30 additions & 8 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1245,17 +1245,17 @@
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Popup Display Layout'
subheader = 'obsolete'
press = client->_event( 'z2ui5_cl_demo_app_174' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).
* panel->generic_tile(
* header = 'Popup Display Layout'
* subheader = 'obsolete'
* press = client->_event( 'z2ui5_cl_demo_app_174' )
* mode = 'LineMode'
* class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
* ).

panel->generic_tile(
header = 'Popup Display Layout'
subheader = 'V2'
subheader = ''
press = client->_event( 'z2ui5_cl_demo_app_200' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
Expand Down Expand Up @@ -1293,6 +1293,28 @@
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel = page->panel(
expandable = abap_false
expanded = abap_true
headertext = `Popups (ABAP for Cloud WIP)`
).

panel->generic_tile(
header = 'Popup with F4 Help'
subheader = ''
press = client->_event( 'z2ui5_cl_demo_app_204' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Popup to Select Transport Requests'
subheader = ''
press = client->_event( 'z2ui5_cl_pop_transport' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

page = page2->panel(
expandable = abap_true
expanded = client->_bind_edit( ms_check_expanded-version )
Expand Down