Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
page = page2->panel(
expandable = abap_true
expanded = client->_bind_edit( ms_check_expanded-input )
headertext = `Input & Ouput` ).
headertext = `Input & Output` ).

panel = page->panel(
expandable = abap_false
Expand Down Expand Up @@ -1247,7 +1247,7 @@

panel->generic_tile(
header = 'Popup Display Layout'
subheader = 'obsolet'
subheader = 'obsolete'
press = client->_event( 'z2ui5_cl_demo_app_174' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
Expand Down Expand Up @@ -1409,7 +1409,7 @@


panel->generic_tile(
header = 'Object Page with Avator'
header = 'Object Page with Avatar'
subheader = 'Since 1.73'
press = client->_event( 'Z2UI5_CL_DEMO_APP_017' )
mode = 'LineMode'
Expand Down