Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top