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
10 changes: 5 additions & 5 deletions src/z2ui5_cl_demo_app_229.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ CLASS z2ui5_cl_demo_app_229 IMPLEMENTATION.
layout->label( text = `Product` labelfor = `wrappingComboBox` ).
layout->combobox( id = `wrappingComboBox`
)->item( key = `1` text = `Wireless DSL/ Repeater and Print Server Lorem ipsum dolar st amet, consetetur sadipscing elitr, ` &&
`sed diam nonumy eirmod tempor incidunt ut labore et dolore magna aliquyam erat, diam nonumy eirmod tempor individunt` &&
`sed diam nonumy eirmod tempor incidunt ut labore et dolore magna aliquyam erat, diam nonumy eirmod tempor individunt ` &&
`ut labore et dolore magna aliquyam erat, sed justo et ea rebum.`
)->item( key = `2` text = `7" Widescreen Portable DVD Player w MP3, consetetur sadipscing, sed diam nonumy eirmod tempor` &&
)->item( key = `2` text = `7" Widescreen Portable DVD Player w MP3, consetetur sadipscing, sed diam nonumy eirmod tempor ` &&
`invidunt ut labore et dolore et dolore magna aliquyam erat, sed diam voluptua.` &&
`At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergen, no sea takimata.` &&
`Tortor pretium viverra suspendisse potenti nullam. Congue quisque egestas diam in arcu cursus.` &&
`Rutrum tellus pellentesque eu tincidunt tortor. Nec tincidunt praesent semper feugiat nibh sed.`
`At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergen, no sea takimata. ` &&
`Tortor pretium viverra suspendisse potenti nullam. Congue quisque egestas diam in arcu cursus. ` &&
`Rutrum tellus pellentesque eu tincidunt tortor. Nec tincidunt praesent semper feugiat nibh sed.`
)->item( key = `3` text = `Portable DVD Player with 9" LCD Monitor`
).

Expand Down