Files
openlayers/master/examples/third.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

39 lines
1.1 KiB
HTML

<div style="background:#c5ccd3;" class="view mblView" scrollable="true">
<div dojoType="dojox.mobile.Heading" 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>