ユーザーが要素をスワイプすると、Buttonが表示されるItemListが必要です。Sapui5 ListentemのSwipecontent
私はview.xmlでこのコードを持っている:
<content>
<List id="searchResultList" class="sapUiResponsiveMargin" width="auto" items="{ path : 'assets>/Assets' }">
<items>
<ObjectListItem title="{assets>AssetId}">
<swipeContent>
<Button text="Delete Item" type="Reject"/>
</swipeContent>
</ObjectListItem>
</items>
</List>
</content>
しかし、私はエラーになっ:不明なエラーを:私がやっている何SAP/M/swipeContent.js「
のロードに失敗しました違う?
ありがとうございました!
'swipeContent'これはどちらか動作しませんではない' ObjectListItem' – Qualiture