Skip to content

Commit b1e2393

Browse files
authored
cleanup (#319)
1 parent b8242a0 commit b1e2393

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
11121112
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
11131113
).
11141114

1115+
panel->generic_tile(
1116+
header = 'Shell Bar'
1117+
* subheader = '7 Areas'
1118+
press = client->_event( 'Z2UI5_CL_DEMO_APP_269' )
1119+
mode = 'LineMode'
1120+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1121+
).
1122+
11151123
panel = page->panel(
11161124
expandable = abap_false
11171125
expanded = abap_true

0 commit comments

Comments
 (0)