XPages Mobile コントロールに Dojo 属性を追加する実験を行ったところ、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>
しかし、Dojo リファレンス サイトでこれら 2 つのアイコン クラスについて言及されている以外に、利用可能な他のアイコン クラスのドキュメントやリストを見つけることができませんでした。
利用可能な mblDomButton アイコン クラスのリストまたは参照を入手できる場所を知っている人はいますか?