Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 1, 2024
1 parent f2d27f8 commit 90acc78
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 88 deletions.
5 changes: 0 additions & 5 deletions src/z2ui5_cl_demo_app_023.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ CLASS z2ui5_cl_demo_app_023 IMPLEMENTATION.
navbuttonpress = client->_event( 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code'
href = z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( )
target = '_blank'
)->get_parent(
)->simple_form( 'Form Title'
)->content( `form`
)->title( 'Input'
Expand Down
1 change: 0 additions & 1 deletion src/z2ui5_cl_demo_app_031.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ CLASS z2ui5_cl_demo_app_031 IMPLEMENTATION.
` <Input id="loadingMinSeconds" width="8rem" type="Number" description="seconds" value="` && client->_bind( mv_value ) && `"/>` && |\n| &&
` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK') && `"/>` && |\n| &&
` <Link target="_blank" text="Demo" href="https://twitter.com/abap2UI5/status/1645104539387691008"/>` && |\n| &&
` <Link target="_blank" text="Source_Code" href="` && z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) && `"/>` && |\n| &&
` </form:SimpleForm> ` && |\n| &&
` <GenericTile class="sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout" header="Country-Specific Profit Margin" press="` && client->_event( 'POPUP' ) && `"` && |\n| &&
` frameType="OneByHalf" subheader="Subtitle">` && |\n| &&
Expand Down
1 change: 0 additions & 1 deletion src/z2ui5_cl_demo_app_032.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ CLASS Z2UI5_CL_DEMO_APP_032 IMPLEMENTATION.
` text="back" ` && |\n| &&
` press="` && client->_event( 'BACK' ) && `" ` && |\n| &&
` class="sapUiContentPadding sapUiResponsivePadding--content"/> ` && |\n| &&
` <m:Link target="_blank" text="Source_Code" href="` && z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) && `"/>` && |\n| &&
`<html><head><style>` && |\n| &&
`body {background-color: powderblue;}` && |\n| &&
`h1 {color: blue;}` && |\n| &&
Expand Down
1 change: 0 additions & 1 deletion src/z2ui5_cl_demo_app_036.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ CLASS Z2UI5_CL_DEMO_APP_036 IMPLEMENTATION.
` text="back" ` && |\n| &&
` press="` && client->_event( 'BACK' ) && `" ` && |\n| &&
` class="sapUiContentPadding sapUiResponsivePadding--content"/> ` && |\n| &&
` <m:Link target="_blank" text="Source_Code" href="` && z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) && `"/>` && |\n| &&
`<html><head><style>` && |\n| &&
`body {background-color: powderblue;}` && |\n| &&
`h1 {color: blue;}` && |\n| &&
Expand Down
1 change: 0 additions & 1 deletion src/z2ui5_cl_demo_app_037.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ CLASS z2ui5_cl_demo_app_037 IMPLEMENTATION.
` text="back" ` && |\n| &&
` press="` && client->_event( 'BACK' ) && `" ` && |\n| &&
` class="sapUiContentPadding sapUiResponsivePadding--content"/> ` && |\n| &&
` <m:Link target="_blank" text="Source_Code" href="` && z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) && `"/>` && |\n| &&
`<m:Button text="Load Custom Control" press="` && client->_event( 'LOAD_CC' ) && `" />` && |\n| &&
`<m:Button text="Display Custom Control" press="` && client->_event( 'DISPLAY_CC' ) && `" />` && |\n| &&
`<html><head> ` &&
Expand Down
1 change: 0 additions & 1 deletion src/z2ui5_cl_demo_app_040.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ CLASS Z2UI5_CL_DEMO_APP_040 IMPLEMENTATION.
` text="back" ` && |\n| &&
` press="` && client->_event( 'BACK' ) && `" ` && |\n| &&
` class="sapUiContentPadding sapUiResponsivePadding--content"/> ` && |\n| &&
` <m:Link target="_blank" text="Source_Code" href="` && z2ui5_cl_demo_utility=>factory( client )->app_get_url_source_code( ) && `"/>` && |\n| &&

`<html><head>` && |\n| &&
`</head>` && |\n| &&
Expand Down
6 changes: 0 additions & 6 deletions src/z2ui5_cl_demo_app_124.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ CLASS z2ui5_cl_demo_app_124 IMPLEMENTATION.
title = 'abap2UI5'
navbuttonpress = client->_event( val = 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->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 = 'Information' editable = abap_true
)->content( 'form'
)->label( 'mv_scan_input'
Expand Down
56 changes: 0 additions & 56 deletions src/z2ui5_cl_demo_utility.clas.abap

This file was deleted.

16 changes: 0 additions & 16 deletions src/z2ui5_cl_demo_utility.clas.xml

This file was deleted.

0 comments on commit 90acc78

Please sign in to comment.