Skip to content

Commit e293e52

Browse files
authored
cleanup 000
1 parent 0fac380 commit e293e52

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,26 +1193,12 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
11931193
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
11941194
).
11951195

1196-
* panel->generic_tile(
1197-
* header = 'Popup to Error'
1198-
* press = client->_event( 'z2ui5_cl_demo_app_165' )
1199-
* mode = 'LineMode'
1200-
* class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1201-
* ).
1202-
12031196
panel->generic_tile( header = 'Popup to Select'
12041197
press = client->_event( 'z2ui5_cl_demo_app_174' )
12051198
mode = 'LineMode'
12061199
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
12071200
).
12081201

1209-
* panel->generic_tile(
1210-
* header = 'Popup Messages'
1211-
* press = client->_event( 'Z2UI5_CL_DEMO_APP_154' )
1212-
* mode = 'LineMode'
1213-
* class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1214-
* ).
1215-
12161202
panel->generic_tile( header = 'Popup Textedit'
12171203
press = client->_event( 'Z2UI5_CL_DEMO_APP_155' )
12181204
mode = 'LineMode'

0 commit comments

Comments
 (0)