Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 21, 2024
1 parent bb5f151 commit 58aa890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.

METHOD z2ui5_if_app~main.

data(ls_get) = client->get( ).

IF client->get( )-check_on_navigated = abap_true.
IF mt_scroll IS INITIAL.
mt_scroll = VALUE #( ( id = `page` ) ).
Expand All @@ -56,7 +58,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
DATA(page) = z2ui5_cl_xml_view=>factory(
)->shell( )->page(
id = `page`
title = 'abap2UI5 - Samples'
title = ` abap2UI5 - Samples`
navbuttonpress = client->_event( val = 'BACK' check_view_destroy = abap_true )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
Expand Down

0 comments on commit 58aa890

Please sign in to comment.