dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
39 lines (34 loc) • 1.07 kB
HTML
<div style="background:#c5ccd3;" class="view mblView" scrollable="true">
<div dojoType="dojox.mobile.Heading" data-dojo-props='back:"Back"'>View simple/second</div>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
simple/third View.
</div>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
<h2 dojoType="dojox.mobile.EdgeToEdgeCategory">Single Select</h2>
<ul dojoType="dojox.mobile.EdgeToEdgeList" select="single">
<li dojoType="dojox.mobile.ListItem" checked="true">
Cube
</li>
<li dojoType="dojox.mobile.ListItem">
Dissolve
</li>
<li dojoType="dojox.mobile.ListItem">
Ripple
</li>
</ul>
</div>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
<h2 dojoType="dojox.mobile.EdgeToEdgeCategory">Multiple Select</h2>
<ul dojoType="dojox.mobile.EdgeToEdgeList" select="multiple">
<li dojoType="dojox.mobile.ListItem" checked="true">
Cube
</li>
<li dojoType="dojox.mobile.ListItem">
Dissolve
</li>
<li dojoType="dojox.mobile.ListItem">
Ripple
</li>
</ul>
</div>
</div>