Updated
This commit is contained in:
8
master/examples/buttonScene.html
Normal file
8
master/examples/buttonScene.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user