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 ea41cf1 commit 97de9a2Copy full SHA for 97de9a2
src/z2ui5_cl_demo_app_088.clas.abap
@@ -59,7 +59,10 @@ CLASS z2ui5_cl_demo_app_088 IMPLEMENTATION.
59
METHOD z2ui5_view_display.
60
61
DATA(view) = z2ui5_cl_xml_view=>factory( ).
62
- DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
+ DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page(
63
+ navbuttonpress = client->_event( val = 'BACK' )
64
+ shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
65
+ title = `abap2UI5 - App Finder`
66
)->content( ).
67
68
page->icon_tab_header( selectedkey = client->_bind_edit( mv_selected_key )
0 commit comments