如何在页面标题的 actionFacet 中更正 xe:toolBarButton 的图标对齐方式?
Posted
技术标签:
【中文标题】如何在页面标题的 actionFacet 中更正 xe:toolBarButton 的图标对齐方式?【英文标题】:How to correct icon alignment for an xe:toolBarButton in the actionFacet of the Page Heading? 【发布时间】:2013-09-03 20:18:16 【问题描述】:下图显示了左侧 xe:toolBarButton 的 mblDomButtonWhitePlus 图标的正确对齐方式,但在 xe:djxmHeading 的右侧不太好。
这是 Page Heading 控件的来源:
<xe:djxmHeading id="djxmHeading1" label="appPage1">
<xe:toolBarButton id="toolBarButton3" moveTo="appPage2">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="icon" value="mblDomButtonWhitePlus">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:toolBarButton>
<xp:this.facets>
<xe:toolBarButton id="toolBarButton4" moveTo="appPage3"
xp:key="actionFacet">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="icon" value="mblDomButtonWhitePlus">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:toolBarButton>
</xp:this.facets>
</xe:djxmHeading>
关于如何更正页面标题 actionFacet 中 xe:toolBarButton 的图标对齐方式的任何想法?
【问题讨论】:
我尝试重现您的问题,但在我的环境中找不到 xe:toolbarbutton (853)。你用的是哪个版本? xe: 控件是扩展库控件,可用于来自 openNTF.org 的 8.5.3 或在版本 9 中本机 谢谢,我只有 853 nativ extlib 【参考方案1】:override .mblHeadingActionFacet div top: 4px; 将加号放在适当的位置...您可能需要根据 div 的方式更改 top 像素值被定位(例如相对)。
【讨论】:
以上是关于如何在页面标题的 actionFacet 中更正 xe:toolBarButton 的图标对齐方式?的主要内容,如果未能解决你的问题,请参考以下文章