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

24 lines
1021 B
HTML

<div >
<h1 dojoType="dojox.mobile.Heading">
<div dojoType="dojox.mobile.ToolBarButton">Default</div>
<div dojoType="dojox.mobile.ToolBarButton" class="roundBtn mblColorBlue">Round</div>
<div dojoType="dojox.mobile.ToolBarButton" toggle="true">Toggle Button</div>
</h1>
<h1 dojoType="dojox.mobile.Heading">
<ul dojoType="dojox.mobile.TabBar" barType="segmentedControl">
<li dojoType="dojox.mobile.TabBarButton">New</li>
<li dojoType="dojox.mobile.TabBarButton">What's Hot</li>
<li dojoType="dojox.mobile.TabBarButton">Genius</li>
</ul>
</h1>
<h1 dojoType="dojox.mobile.Heading">
<button dojoType="dojox.mobile.Button" class="baseBtn defaultBtn backBtn">Back</button>
<div dojoType="dojox.mobile.ToolBarButton" icon="images/a-icon-12.png"></div>
<div ></div>
<div dojoType="dojox.mobile.ToolBarButton" class="mblDomButton mblDomButtonPlus_2" style="float:right;"></div>
</h1>
<div style="text-align:center;">Pick up a button, any button.</div>
</div>