@openui5/sap.ui.demokit
Version:
OpenUI5 UI Library sap.ui.demokit
18 lines • 378 B
text/xml
<core:FragmentDefinition
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:l="sap.ui.layout">
<l:BlockLayoutCell
class="sapUiContentPadding headlineCell"
width="2">
<l:content>
<Title
level="H3"
titleStyle="H3"
text="{
path: 'categoryId',
formatter: '.formatter.categoryName'
}"/>
</l:content>
</l:BlockLayoutCell>
</core:FragmentDefinition>