Skip to content

Commit

Permalink
added back button
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 1, 2024
1 parent ea41cf1 commit 97de9a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/z2ui5_cl_demo_app_088.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ CLASS z2ui5_cl_demo_app_088 IMPLEMENTATION.
METHOD z2ui5_view_display.

DATA(view) = z2ui5_cl_xml_view=>factory( ).
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page(
navbuttonpress = client->_event( val = 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
title = `abap2UI5 - App Finder`
)->content( ).

page->icon_tab_header( selectedkey = client->_bind_edit( mv_selected_key )
Expand Down

0 comments on commit 97de9a2

Please sign in to comment.