Skip to content

Commit

Permalink
Update Sample 307 Overview (#437)
Browse files Browse the repository at this point in the history
Cosmetic changes
  • Loading branch information
cwildt authored Nov 26, 2024
1 parent a21d369 commit cfef20a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1126,13 +1126,12 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Grid List with Drag&Drop'
subheader = 'Focus Handling'
press = client->_event( 'z2ui5_cl_demo_app_307' )
panel->generic_tile(
header = 'Grid List'
subheader = 'with Drag&Drop'
press = client->_event( 'z2ui5_cl_demo_app_307' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).

panel = page->panel(
expandable = abap_false
Expand Down

0 comments on commit cfef20a

Please sign in to comment.