首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在语义页脚中的按钮之间添加文本:footerCustomActions

在语义页脚中的按钮之间添加文本:footerCustomActions
EN

Stack Overflow用户
提问于 2019-04-01 10:32:51
回答 1查看 690关注 0票数 0

我正在寻找一种方法,在“sap.f.semantic”语义页面中的语义内容页脚中的“语义:否定动作”按钮和“语义:正操作”按钮之间添加文本。

代码语言:javascript
复制
<semantic:positiveAction>
        <semantic:PositiveAction  text="+"/>
    </semantic:positiveAction>



    <semantic:negativeAction>
        <semantic:NegativeAction text="-" />
    </semantic:negativeAction>
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-04-01 10:55:18

您考虑过在页脚的语义页中使用customFooterContent聚合吗?

代码语言:javascript
复制
<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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55453055

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档