我正在寻找一种在“ sap.f.semantic”语义页面内语义内容的页脚中的“ semantic:negativeAction”按钮与“ semantic:positiveAction”按钮之间添加文本的方法
<semantic:positiveAction>
<semantic:PositiveAction text="+"/>
</semantic:positiveAction>
<semantic:negativeAction>
<semantic:NegativeAction text="-" />
</semantic:negativeAction>
答案 0 :(得分:0)
您是否考虑过在页脚的语义页面中使用customFooterContent聚合
<semantic:customFooterContent>
<Button text="Approve" type="Accept" press="onAcceptPress"/>
<Label text="Test Text between two buttons"></Label>
<Button text="Reject" type="Reject" press="onRejectPress"/>
</semantic:customFooterContent>
链接: https://sapui5.hana.ondemand.com/#/api/sap.m.semantic.SemanticPage