Updated
This commit is contained in:
14
master/examples/view1.html
Normal file
14
master/examples/view1.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div dojoType="dojox.mobile.View">
|
||||
<h1 dojoType="dojox.mobile.Heading" back="Home" moveTo="foo">view1.html</h1>
|
||||
<ul dojoType="dojox.mobile.EdgeToEdgeList">
|
||||
<li dojoType="dojox.mobile.ListItem">
|
||||
Jack Coleman
|
||||
</li>
|
||||
<li dojoType="dojox.mobile.ListItem">
|
||||
James Evans
|
||||
</li>
|
||||
<li dojoType="dojox.mobile.ListItem">
|
||||
Jason Griffin
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user