Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 1, 2024
1 parent cdb4834 commit 099d4f8
Show file tree
Hide file tree
Showing 107 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_007.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CLASS Z2UI5_CL_DEMO_APP_007 IMPLEMENTATION.
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1673320288983842820`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 79 in src/z2ui5_cl_demo_app_007.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(tab) = page->tree_table(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_008.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CLASS Z2UI5_CL_DEMO_APP_008 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 64 in src/z2ui5_cl_demo_app_008.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

IF check_strip_active = abap_true.
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_010.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CLASS Z2UI5_CL_DEMO_APP_010 IMPLEMENTATION.
href = 'https://twitter.com/abap2UI5'
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 37 in src/z2ui5_cl_demo_app_010.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
).

page->sub_header(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_011.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CLASS z2ui5_cl_demo_app_011 IMPLEMENTATION.
href = 'https://twitter.com/abap2UI5/status/1630240894581608448'
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 49 in src/z2ui5_cl_demo_app_011.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(tab) = page->table(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_012.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CLASS Z2UI5_CL_DEMO_APP_012 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 72 in src/z2ui5_cl_demo_app_012.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

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

Check failure on line 75 in src/z2ui5_cl_demo_app_012.clas.abap

View check run for this annotation

abaplint / abaplint

Method importing parameter "CHECK_VIEW_DESTROY" does not exist

https://rules.abaplint.org/check_syntax

Check failure on line 75 in src/z2ui5_cl_demo_app_012.clas.abap

View check run for this annotation

abaplint / abaplint / abap_cloud_readiness

Method importing parameter "CHECK_VIEW_DESTROY" does not exist

https://rules.abaplint.org/check_syntax
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_013.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CLASS z2ui5_cl_demo_app_013 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1639191954285113344`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 37 in src/z2ui5_cl_demo_app_013.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->tab_container( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_014.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS Z2UI5_CL_DEMO_APP_014 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1639191954285113344`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 40 in src/z2ui5_cl_demo_app_014.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->tab_container( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_015.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLASS Z2UI5_CL_DEMO_APP_015 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->toolbar_spacer(
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 45 in src/z2ui5_cl_demo_app_015.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->vbox( 'sapUiSmallMargin'
)->link(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_016.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS Z2UI5_CL_DEMO_APP_016 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1639191954285113344`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 40 in src/z2ui5_cl_demo_app_016.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->tab_container( ).

Expand Down
4 changes: 2 additions & 2 deletions src/z2ui5_cl_demo_app_018.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CLASS Z2UI5_CL_DEMO_APP_018 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 75 in src/z2ui5_cl_demo_app_018.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->simple_form( title = 'VIEW_MAIN' editable = abap_true
)->content( 'form'
Expand Down Expand Up @@ -114,7 +114,7 @@ CLASS Z2UI5_CL_DEMO_APP_018 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 117 in src/z2ui5_cl_demo_app_018.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->simple_form( 'VIEW_SECOND'
)->content( 'form'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_019.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CLASS Z2UI5_CL_DEMO_APP_019 IMPLEMENTATION.
href = 'https://twitter.com/abap2UI5/status/1637852441671528448'
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 69 in src/z2ui5_cl_demo_app_019.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->segmented_button(
Expand Down
4 changes: 2 additions & 2 deletions src/z2ui5_cl_demo_app_025.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CLASS Z2UI5_CL_DEMO_APP_025 IMPLEMENTATION.
navbuttonpress = client->_event( 'BACK' ) shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1640743794206228480`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 74 in src/z2ui5_cl_demo_app_025.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->grid( 'L6 M12 S12' )->content( 'layout'
Expand All @@ -98,7 +98,7 @@ CLASS Z2UI5_CL_DEMO_APP_025 IMPLEMENTATION.
navbuttonpress = client->_event( val = 'BACK' ) shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' href = `https://twitter.com/abap2UI5/status/1640743794206228480`
)->link( text = 'Source_Code' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code'

Check failure on line 101 in src/z2ui5_cl_demo_app_025.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->grid( 'L6 M12 S12' )->content( 'layout'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_026.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CLASS Z2UI5_CL_DEMO_APP_026 IMPLEMENTATION.
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1643899059839672321`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 71 in src/z2ui5_cl_demo_app_026.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->simple_form( 'Popover'
)->content( 'form'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_027.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ CLASS z2ui5_cl_demo_app_027 IMPLEMENTATION.
)->link( text = `Demo` target = `_blank` href = `https://twitter.com/abap2UI5/status/1647889242545111043`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 95 in src/z2ui5_cl_demo_app_027.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->simple_form( title = 'Binding Syntax' editable = abap_true
)->content( 'form'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_028.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CLASS z2ui5_cl_demo_app_028 IMPLEMENTATION.
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1645816100813152256`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 110 in src/z2ui5_cl_demo_app_028.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->list(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_029.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLASS Z2UI5_CL_DEMO_APP_029 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1639191954285113344`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 35 in src/z2ui5_cl_demo_app_029.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->tab_container( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_033.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CLASS z2ui5_cl_demo_app_033 IMPLEMENTATION.
href = `https://twitter.com/abap2UI5/status/1647175810917318657`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 54 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).
page->link( text = 'Documentation' target = '_blank' href = `https://openui5.hana.ondemand.com/api/sap.m.IllustratedMessageType#properties` ).

Check failure on line 56 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint

"page" not found, findTop

https://rules.abaplint.org/check_syntax

Check failure on line 56 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint / abap_cloud_readiness

"page" not found, findTop

https://rules.abaplint.org/check_syntax
page->button( text = 'NoActivities' press = client->_event( 'sapIllus-NoActivities' ) ).

Check failure on line 57 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint

"page" not found, findTop

https://rules.abaplint.org/check_syntax

Check failure on line 57 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint / abap_cloud_readiness

"page" not found, findTop

https://rules.abaplint.org/check_syntax
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_034.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CLASS Z2UI5_CL_DEMO_APP_034 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
text = 'Source_Code' target = '_blank'

Check failure on line 39 in src/z2ui5_cl_demo_app_034.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(grid) = page->grid( 'L8 M12 S12' )->content( 'layout' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_038.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ CLASS Z2UI5_CL_DEMO_APP_038 IMPLEMENTATION.
href = `https://twitter.com/abap2UI5/status/1647246029828268032`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 115 in src/z2ui5_cl_demo_app_038.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).
* page->button( text = 'Messages in Popup' press = client->_event( 'POPUP' ) ).
page->message_view(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_045.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CLASS Z2UI5_CL_DEMO_APP_045 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 75 in src/z2ui5_cl_demo_app_045.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->simple_form( title = 'Form Title' editable = abap_true
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_046.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CLASS Z2UI5_CL_DEMO_APP_046 IMPLEMENTATION.
)->button( text = 'Display Table' press = client->_event( 'TABLE' )
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 68 in src/z2ui5_cl_demo_app_046.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

CASE mv_display.
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_048.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CLASS Z2UI5_CL_DEMO_APP_048 IMPLEMENTATION.
href = `https://twitter.com/abap2UI5/status/1657279838586109953`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 74 in src/z2ui5_cl_demo_app_048.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->list(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_049.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CLASS Z2UI5_CL_DEMO_APP_049 IMPLEMENTATION.
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1645816100813152256`
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 107 in src/z2ui5_cl_demo_app_049.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_050.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_050 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 43 in src/z2ui5_cl_demo_app_050.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
target = '_blank'
)->get_parent(
)->_generic( ns = `html` name = `style` )->_cc_plain_xml(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_052.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CLASS z2ui5_cl_demo_app_052 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = 'https://twitter.com/abap2UI5/status/1662001605950971904'
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
text = 'Source_Code' target = '_blank'

Check failure on line 80 in src/z2ui5_cl_demo_app_052.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page = page->dynamic_page( headerexpanded = abap_true headerpinned = abap_true ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_056.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CLASS z2ui5_cl_demo_app_056 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
text = 'Source_Code' target = '_blank'

Check failure on line 103 in src/z2ui5_cl_demo_app_056.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(vbox) = view->vbox( ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_057.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ CLASS z2ui5_cl_demo_app_057 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = 'https://twitter.com/abap2UI5/status/1661723127595016194'
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
text = 'Source_Code' target = '_blank'

Check failure on line 122 in src/z2ui5_cl_demo_app_057.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

IF mv_check_download = abap_true.
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_060.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ CLASS z2ui5_cl_demo_app_060 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1675074394710765568`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 94 in src/z2ui5_cl_demo_app_060.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(grid) = page->grid( 'L6 M12 S12'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_061.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CLASS z2ui5_cl_demo_app_061 IMPLEMENTATION.
href = 'https://twitter.com/abap2UI5/status/1676522756781817857'
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 38 in src/z2ui5_cl_demo_app_061.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).


Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_065.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CLASS Z2UI5_CL_DEMO_APP_065 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 32 in src/z2ui5_cl_demo_app_065.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->content(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_066.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CLASS z2ui5_cl_demo_app_066 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 107 in src/z2ui5_cl_demo_app_066.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_067.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CLASS Z2UI5_CL_DEMO_APP_067 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

Check failure on line 44 in src/z2ui5_cl_demo_app_067.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
target = '_blank'
)->get_parent(
)->simple_form( title = 'Currency' editable = abap_true
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_068.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ CLASS Z2UI5_CL_DEMO_APP_068 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1680261069535584259`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 86 in src/z2ui5_cl_demo_app_068.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

client->view_display( page->button( text = 'Open Popup here...' press = client->_event( 'POPUP_TREE' ) )->stringify( ) ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_069.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CLASS Z2UI5_CL_DEMO_APP_069 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1680907265891618817`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'

Check failure on line 114 in src/z2ui5_cl_demo_app_069.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(lr_master) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' )->begin_column_pages( ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_070.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CLASS z2ui5_cl_demo_app_070 IMPLEMENTATION.

page1->header_content(
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
text = 'Source_Code' target = '_blank'
).

DATA(page) = page1->dynamic_page( headerexpanded = abap_true headerpinned = abap_true ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_071.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ CLASS Z2UI5_CL_DEMO_APP_071 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_072.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CLASS Z2UI5_CL_DEMO_APP_072 IMPLEMENTATION.

page->header_content(
)->link(
text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) ).
text = 'Source_Code' target = '_blank' ).
DATA(lo_items) = page->icon_tab_bar( class = 'sapUiResponsiveContentPadding' selectedKey = client->_bind_edit( lv_selectedKey ) select = client->_event( val = 'OnSelectIconTabBar' t_arg = VALUE #( ( `${LV_SELECTEDKEY}` ) ) ) )->items( ).
lo_items->icon_tab_filter( count = client->_bind_edit( lv_cnt_total ) text = 'Products' key = 'ALL' showall = abap_true ).
lo_items->icon_tab_separator( ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_073.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS z2ui5_cl_demo_app_073 IMPLEMENTATION.
)->header_content(
)->link(
text = 'Source_Code'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )

target = '_blank'
)->get_parent(
)->simple_form( title = 'Form Title' editable = abap_true
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_074.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CLASS z2ui5_cl_demo_app_074 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->toolbar_spacer(
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'
)->get_parent( ).

IF mr_table IS NOT INITIAL.
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_075.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CLASS Z2UI5_CL_DEMO_APP_075 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->toolbar_spacer(
)->link( text = 'Source_Code' target = '_blank' href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
)->link( text = 'Source_Code' target = '_blank'
)->get_parent( ).

IF mv_file IS NOT INITIAL.
Expand Down
Loading

0 comments on commit 099d4f8

Please sign in to comment.