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

9 lines
682 B
HTML

<div style="background:#c5ccd3;" class="view mblView">
<div region="top" dojoType="dojox.mobile.Heading">Button Gallery</div>
<ul region="top" dojoType="dojox.mobile.TabBar" barType="segmentedControl">
<li dojoType="dojox.mobile.TabBarButton" icon1="images/tab-icon-16.png" icon2="images/tab-icon-16h.png" href="#gallery,buttons,tab1" selected="true">Tab 1</li>
<li dojoType="dojox.mobile.TabBarButton" icon1="images/tab-icon-15.png" icon2="images/tab-icon-15h.png" href="#gallery,buttons,tab2">Tab 2</li>
<li dojoType="dojox.mobile.TabBarButton" icon1="images/tab-icon-10.png" icon2="images/tab-icon-10h.png" href="#gallery,buttons,tab3">Tab 3</li>
</ul>
</div>