We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c573eb commit 9dff9b9Copy full SHA for 9dff9b9
src/z2ui5_cl_demo_app_000.clas.abap
@@ -285,13 +285,17 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
285
).
286
287
panel->generic_tile( header = 'Message View'
288
- " TODO: check spelling: Ouput (typo) -> Output (ABAP cleaner)
289
subheader = 'Custom Popup, Popover & Ouput'
290
press = client->_event( 'Z2UI5_CL_DEMO_APP_038' )
291
mode = 'LineMode'
292
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
293
294
+ panel->generic_tile( header = 'Demo Output'
295
+ press = client->_event( 'Z2UI5_CL_DEMO_APP_115' )
296
+ mode = 'LineMode'
297
+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
298
+ ).
299
300
panel = page->panel( expandable = abap_false
301
expanded = abap_true
0 commit comments