source: Dev/trunk/src/client/dojox/app/tests/nestedTestApp/views/V2.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1<div class="view mblView">
2        <h1 id="heading2" data-dojo-type="dojox/mobile/Heading" data-dojo-props='label:"Long List Two"' data-app-constraint="top">
3                <span id="sc2back1" data-dojo-type="dojox/mobile/ToolBarButton" arrow="left"
4                data-dojo-props="target: 'configuration,Nav1', url: '#configuration,Nav1', transitionDir: -1">Back</span>
5                <span data-dojo-type="dojox/mobile/ToolBarButton" id="sc2insert10x" data-dojo-props='icon:"mblDomButtonWhitePlus"' style="float:right;">5</span>
6        </h1>     
7        <div data-app-constraint="top">
8                <div class="field-title">V2 - Should scroll between this text and the bottom footer.</div>
9        </div>     
10
11        <div data-dojo-type="dojox/app/widgets/Container" data-app-constraint="center" data-dojo-props="scrollable: true">
12
13                <div class="field-title">Should scroll from under the top header to the end of the page, this text will also scroll.</div>
14
15                <form name="repeatTestForm3">
16                                <ul data-dojo-type="dojox/mobile/EdgeToEdgeStoreList" data-dojo-mixins="dojox/mobile/LongListMixin" id="list2" data-dojo-props='append:true'></ul>
17                <!--            <ul data-dojo-type="dojox/mobile/EdgeToEdgeStoreList" id="list3" data-dojo-props='append:true'></ul> -->
18                               
19                </form>
20        </div>
21</div>
Note: See TracBrowser for help on using the repository browser.