Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 5, 2024
1 parent 4770802 commit edcc2b8
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 151 deletions.
18 changes: 8 additions & 10 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -424,14 +424,6 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

* panel->generic_tile(
* header = 'Layout'
* subheader = 'Save your table layout'
* press = client->_event( 'Z2UI5_CL_DEMO_APP_058' )
* mode = 'LineMode'
* class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
* ).

panel->generic_tile(
header = 'ui.Table'
subheader = 'Simple example'
Expand Down Expand Up @@ -579,7 +571,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
panel = page->panel(
expandable = abap_false
expanded = abap_true
headertext = `Visualization & Layouts`
headertext = `More Controls`
).

panel->generic_tile(
Expand All @@ -596,6 +588,12 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel = page->panel(
expandable = abap_false
expanded = abap_true
headertext = `Layouts`
).

panel->generic_tile(
header = 'Header, Footer, Grid'
subheader = 'Split view in different areas'
Expand Down Expand Up @@ -683,7 +681,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
panel = page->panel(
expandable = abap_false
expanded = abap_true
headertext = `SRTTI -Dynamic Typing`
headertext = `S-RTTI - Dynamic Typing`
).


Expand Down
Loading

0 comments on commit edcc2b8

Please sign in to comment.