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.
17 lines (14 loc) • 554 B
HTML
<h1 dojoType="dojox.mobile.Heading">Main Scene</h1>
<div dojoType="dojox.mobile.RoundRect" shadow="true">
This is the content of the main scene. Use the buttons in each scene to move between
the multiple scenes, or views, contained in the app.
<pre class="appInfoArea"></pre>
</div>
<div class="inputData">
</div>
<ul dojoType="dojox.mobile.RoundRectList" iconBase="../images/i-icon-all.png">
<li dojoType="dojox.mobile.ListItem" iconPos="0,0,29,29"
rightText="Go" id="secondSceneLauncher" clickable="true">
Next Scene
</li>
</ul>