Skip to content

Commit 9dff9b9

Browse files
authored
add demo output to 000
1 parent 6c573eb commit 9dff9b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,17 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
285285
).
286286

287287
panel->generic_tile( header = 'Message View'
288-
" TODO: check spelling: Ouput (typo) -> Output (ABAP cleaner)
289288
subheader = 'Custom Popup, Popover & Ouput'
290289
press = client->_event( 'Z2UI5_CL_DEMO_APP_038' )
291290
mode = 'LineMode'
292291
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
293292
).
294293

294+
panel->generic_tile( header = 'Demo Output'
295+
press = client->_event( 'Z2UI5_CL_DEMO_APP_115' )
296+
mode = 'LineMode'
297+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
298+
).
295299

296300
panel = page->panel( expandable = abap_false
297301
expanded = abap_true

0 commit comments

Comments
 (0)