문제

I've been experimenting with adding Dojo Attributes to the XPages Mobile controls and discovered a couple of interesting icon classes like mblDomButtonCheck and mblDomButtonArrow, for eaxmaple:

<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>

But other than the mention of these two icon classes at the Dojo reference site I have not been able to find any other documentation or listing for other available icon classes.

Anyone know where I can get a listing or reference for the available mblDomButton icon classes?

도움이 되었습니까?

해결책

Thanks for the lead Per ... based on your comment I found a more extensive listing of mblDomButton icon classes here:

for iphone

and here:

for android

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top