Skip to content

Commit

Permalink
Update Demo 213, 244-Fix ADT warnings (ABAP Cloud) (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Nov 24, 2024
1 parent 7a0aa4d commit 034b71d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_213.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CLASS Z2UI5_CL_DEMO_APP_213 IMPLEMENTATION.
layout->label( text = `Password` labelfor = `passwordInput` ).
layout->input( id = `passwordInput`
type = `Password`
placeholder = `Enter password`).
placeholder = `Enter password` ).

client->view_display( page->stringify( ) ).

Expand Down
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_244.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CLASS z2ui5_cl_demo_app_244 IMPLEMENTATION.
)->flex_item_data( growfactor = `1` )->get_parent( )->get_parent(
)->button( text = `3` width = `150px` type = `Accept` )->get(
)->layout_data(
)->flex_item_data( growfactor = `1`)->get_parent( )->get_parent( )->get_parent( )->get_parent(
)->flex_item_data( growfactor = `1` )->get_parent( )->get_parent( )->get_parent( )->get_parent(

)->panel( headertext = `Equal flexibility, different content, width 0` class = `sapUiDemoFlexBoxSizeAdjustments`
)->flex_box( alignitems = `Start` class = `sapUiDemoFlexBoxSizeAdjustmentsZeroWidthItems`
Expand All @@ -114,7 +114,7 @@ CLASS z2ui5_cl_demo_app_244 IMPLEMENTATION.
)->flex_item_data( growfactor = `1` )->get_parent( )->get_parent(
)->button( text = `3` width = `100%` type = `Accept` )->get(
)->layout_data(
)->flex_item_data( growfactor = `1`)->get_parent( )->get_parent( )->get_parent( )->get_parent(
)->flex_item_data( growfactor = `1` )->get_parent( )->get_parent( )->get_parent( )->get_parent(

)->panel( headertext = `Different flexibility and content, width 0` class = `sapUiDemoFlexBoxSizeAdjustments`
)->flex_box( alignitems = `Start` class = `sapUiDemoFlexBoxSizeAdjustmentsZeroWidthItems`
Expand All @@ -126,7 +126,7 @@ CLASS z2ui5_cl_demo_app_244 IMPLEMENTATION.
)->flex_item_data( growfactor = `1` )->get_parent( )->get_parent(
)->button( text = `3` width = `150px` type = `Accept` )->get(
)->layout_data(
)->flex_item_data( growfactor = `1`)->get_parent(
)->flex_item_data( growfactor = `1` )->get_parent(

).

Expand Down

0 comments on commit 034b71d

Please sign in to comment.