Untitled
unknown
javascript
a year ago
1.8 kB
11
Indexable
<List items="{path:'local>AssIsoHeaderIsoItem/results'}">
<items alignItems="End">
<CustomListItem>
<VBox class="sapUiSmallMarginTopBottom" >
<HBox class="iconRight">
<Link text="{=${local>Itmtyp}==='N' ? 'Instructions': ${local>Ccobj}}" press="onHandleLinkIsolationAction" class="sapUiLargeMarginEnd" />
</HBox>
<HBox justifyContent="Center" alignItems="Start">
<VBox width="68%" justifyContent="Start" alignItems="Start" wrap="Wrap">
<Label wrappingType="Hyphenated" wrapping="true" text="{path: 'local>Stxt', formatter:'.formatter.formatText'}" />
</VBox>
<ToolbarSeparator ></ToolbarSeparator>
<VBox width="30%" justifyContent="End" alignItems="End">
<core:Icon id="myIcon1" src = 'sap-icon://share-2' visible="{= ${local>armp_sharedTag} === 'X' ? true : false }" backgroundColor="blue" class="orangeBackground" />
<Text text="{local>armp_device}" visible="{= ${local>armp_sharedTag} === 'X' ? false : true }"/>
</VBox>
</HBox>
</VBox>
</CustomListItem>
</items>
</List> Editor is loading...
Leave a Comment