【发布时间】:2013-09-03 12:11:32
【问题描述】:
我一直在尝试将 Dojo 属性添加到 XPages Mobile 控件中,并发现了一些有趣的图标类,例如用于 eaxmaple 的 mblDomButtonCheck 和 mblDomButtonArrow:
<xe:djxmLineItem id="djxmLineItem7" label="P2 to P3"
rightText="flip" moveTo="#appPage3" transition="flip">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="arrowClass" value="mblDomButtonCheck">
</xp:dojoAttribute>
<xp:dojoAttribute name="rightIcon2" value="mblDomButtonCheck">
</xp:dojoAttribute>
<xp:dojoAttribute name="icon" value="mblDomButtonArrow">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:djxmLineItem>
但是除了在the Dojo reference site 中提到这两个图标类之外,我还没有找到其他可用图标类的任何其他文档或列表。
有人知道我在哪里可以获得可用 mblDomButton 图标类的列表或参考吗?
【问题讨论】:
-
这是一个(小?)列表:caleblloyd.com/software/…
-
谢谢 Per,您的链接将我带到 Dojo 参考站点上的此参考:download.dojotoolkit.org/release-1.9.1/dojo-release-1.9.1/dojox/…
标签: dojo xpages dojox.mobile