Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 28, 2024
1 parent 0ac4ffd commit 2a471f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
7 changes: 0 additions & 7 deletions src/z2ui5_cl_demo_app_010.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ CLASS Z2UI5_CL_DEMO_APP_010 IMPLEMENTATION.

page->header_content(
)->button( text = 'button'
)->text( 'text'
)->link(
text = 'link' target = '_blank'
href = 'https://twitter.com/abap2UI5'
)->link(
text = 'Source_Code' target = '_blank'

).

page->sub_header(
Expand Down
6 changes: 1 addition & 5 deletions src/z2ui5_cl_demo_app_012.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ CLASS Z2UI5_CL_DEMO_APP_012 IMPLEMENTATION.
title = 'abap2UI5 - Popups'
navbuttonpress = client->_event( val = 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

)->get_parent( ).
).

DATA(grid) = page->grid( 'L7 M12 S12' )->content( 'layout'
)->simple_form( 'Popup in same App' )->content( 'form'
Expand Down
5 changes: 0 additions & 5 deletions src/z2ui5_cl_demo_app_018.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ CLASS Z2UI5_CL_DEMO_APP_018 IMPLEMENTATION.
title = 'abap2UI5 - Template'
navbuttonpress = client->_event( val = 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

)->get_parent(
)->simple_form( title = 'VIEW_MAIN' editable = abap_true
)->content( 'form'
)->title( 'Input'
Expand Down
5 changes: 1 addition & 4 deletions src/z2ui5_cl_demo_app_034.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ CLASS Z2UI5_CL_DEMO_APP_034 IMPLEMENTATION.
title = 'abap2UI5 - Popups'
navbuttonpress = client->_event( 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
)->get_parent( ).
).

DATA(grid) = page->grid( 'L8 M12 S12' )->content( 'layout' ).

Expand Down

0 comments on commit 2a471f2

Please sign in to comment.