Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
610 bytes
|
Line | |
---|
1 | <div dojoType="dojox.mobile.View"> |
---|
2 | <h1 dojoType="dojox.mobile.Heading" back="Home" moveTo="foo" label="view2.html"></h1> |
---|
3 | <h2 dojoType="dojox.mobile.RoundRectCategory" label="Transition Effects"></h2> |
---|
4 | <ul dojoType="dojox.mobile.RoundRectList"> |
---|
5 | <li dojoType="dojox.mobile.ListItem" icon="images/i-icon-1.png" moveTo="foo" transition="slide" label="Slide"></li> |
---|
6 | <li dojoType="dojox.mobile.ListItem" icon="images/i-icon-2.png" moveTo="foo" transition="flip" label="Flip"></li> |
---|
7 | <li dojoType="dojox.mobile.ListItem" icon="images/i-icon-3.png" moveTo="foo" transition="fade" label="Fade"></li> |
---|
8 | </ul> |
---|
9 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.