Untitled
unknown
javascript
a year ago
3.8 kB
7
Indexable
<List items="{path:'local>AssIsoHeaderIsoItem/results'}">
<items alignItems="End">
<CustomListItem>
<VBox class="sapUiSmallMarginTopBottom" >
<HBox class="iconRight">
<!-- <Text text="{local>Wcnr}" class="sapUiLargeMarginEnd"/> -->
<Link text="{=${local>Itmtyp}==='N' ? 'Instructions': ${local>Ccobj}}" press="onHandleLinkIsolationAction" class="sapUiLargeMarginEnd" />
<!-- <Text text="{local>armp_prttyptxt}" /> -->
<!-- <core:Icon id="myIcon" src = "{=${local>armp_prttyptxt}==='Tagging' ? 'sap-icon://locked': ${local>armp_prttyptxt} === 'Untagging' ? 'sap-icon://unlocked' : ''}" visible="{= ${local>armp_prttyptxt} === 'Tagging' || ${local>armp_prttyptxt} === 'Untagged' }" backgroundColor="{=${local>armp_prttyptxt}==='Tagging' ? 'orange': ${local>armp_prttyptxt} === 'Untagging' ? 'blue' : ''}" class="orangeBackground" /> -->
<!-- <core:Icon id="myIcon" src = "{=${local>Prttyp} ==='2' ? 'sap-icon://locked': ${local>Prttyp} === '3' ? 'sap-icon://unlocked' : ''}" visible="{= ${local>Prttyp} === '2' || ${local>Prttyp} === '3' }" backgroundColor="{=${local>Prttyp}==='2' ? 'orange': ${local>Prttyp} === '3' ? 'blue' : ''}" class="orangeBackground"> -->
<!-- </core:Icon> -->
</HBox>
<!-- <HBox alignItems="End"> -->
<!-- <HBox justifyContent="Center" alignItems="End"> -->
<!-- <Text text ="{local>Stxt}" class="sapUiLargeMarginEnd"/> -->
<HBox justifyContent="Center" alignItems="Start">
<VBox width="68%" justifyContent="Start" alignItems="Start" wrap="Wrap">
<!-- <Text wrappingType="Hyphenated" wrapping="true" text="{path: 'local>Stxt', formatter:'.formatter.formatText'}" /> -->
<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>
<!-- <Text text ="{local>armp_device}"/> -->
<!-- <HBox renderType="Div"> -->
<!-- </HBox> -->
<!-- </HBox> -->
</VBox>
</CustomListItem>
</items>
</List> Editor is loading...
Leave a Comment