【问题标题】:What/where are the DOM button icons for the Mobile XPages controls?Mobile XPages 控件的 DOM 按钮图标是什么/在哪里?
【发布时间】: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 图标类的列表或参考吗?

【问题讨论】:

标签: dojo xpages dojox.mobile


【解决方案1】:

感谢领导 Per ... 根据您的评论,我在这里找到了更广泛的 mblDomButton 图标类列表:

for iphone

这里:

for android

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多