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 826a795 commit f49f376Copy full SHA for f49f376
src/z2ui5_cl_demo_app_181.clas.abap
@@ -121,7 +121,8 @@ CLASS Z2UI5_CL_DEMO_APP_181 IMPLEMENTATION.
121
)->custom_list_item(
122
)->hbox( alignitems = `Center` justifycontent = `SpaceBetween`
123
)->vbox( class = `sapUiSmallMarginBegin sapUiSmallMarginTopBottom`
124
- )->title( level = `H4` text = `{TITLE}`
+* )->label( text = `{TITLE}`
125
+ )->title( text = `{TITLE}` titlestyle = `H3`
126
)->text( text = `{SUBTITLE}`
127
)->get_parent(
128
)->object_status( class = `sapUiTinyMargin sapUiSmallMarginEnd`
0 commit comments