Skip to content

Commit 2a471f2

Browse files
committed
update
1 parent 0ac4ffd commit 2a471f2

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

src/z2ui5_cl_demo_app_010.clas.abap

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ CLASS Z2UI5_CL_DEMO_APP_010 IMPLEMENTATION.
2828

2929
page->header_content(
3030
)->button( text = 'button'
31-
)->text( 'text'
32-
)->link(
33-
text = 'link' target = '_blank'
34-
href = 'https://twitter.com/abap2UI5'
35-
)->link(
36-
text = 'Source_Code' target = '_blank'
37-
3831
).
3932

4033
page->sub_header(

src/z2ui5_cl_demo_app_012.clas.abap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ CLASS Z2UI5_CL_DEMO_APP_012 IMPLEMENTATION.
6666
title = 'abap2UI5 - Popups'
6767
navbuttonpress = client->_event( val = 'BACK' )
6868
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
69-
)->header_content(
70-
)->link(
71-
text = 'Source_Code' target = '_blank'
72-
73-
)->get_parent( ).
69+
).
7470

7571
DATA(grid) = page->grid( 'L7 M12 S12' )->content( 'layout'
7672
)->simple_form( 'Popup in same App' )->content( 'form'

src/z2ui5_cl_demo_app_018.clas.abap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ CLASS Z2UI5_CL_DEMO_APP_018 IMPLEMENTATION.
6969
title = 'abap2UI5 - Template'
7070
navbuttonpress = client->_event( val = 'BACK' )
7171
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
72-
)->header_content(
73-
)->link(
74-
text = 'Source_Code' target = '_blank'
75-
76-
)->get_parent(
7772
)->simple_form( title = 'VIEW_MAIN' editable = abap_true
7873
)->content( 'form'
7974
)->title( 'Input'

src/z2ui5_cl_demo_app_034.clas.abap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ CLASS Z2UI5_CL_DEMO_APP_034 IMPLEMENTATION.
3434
title = 'abap2UI5 - Popups'
3535
navbuttonpress = client->_event( 'BACK' )
3636
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
37-
)->header_content(
38-
)->link(
39-
text = 'Source_Code' target = '_blank'
40-
)->get_parent( ).
37+
).
4138

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

0 commit comments

Comments
 (0)