You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
<div class="view mblView centerview"> |
|
<div data-dojo-type="dojox/mobile/ScrollableView" data-dojo-props="fixedHeader:'heading1', fixedFooter:'P1'"> |
|
|
|
<div> |
|
<div class="field-title">- - - V3 - Should scroll from under the top header to the end of the page, this text will also scroll.</div> |
|
|
|
<form name="repeatTestForm"> |
|
<ul data-dojo-type="dojox/mobile/EdgeToEdgeStoreList" data-dojo-mixins="dojox/mobile/LongListMixin" id="list3" data-dojo-props='append:true'></ul> |
|
</form> |
|
</div> |
|
<!-- |
|
<div data-app-constraint="top"> |
|
</div> |
|
<div data-dojo-type="dojox/app/widgets/Container" data-dojo-props="scrollable: true, fixedFooter:'P1'" data-app-constraint="center"> |
|
|
|
<div class="field-title">- - - V3 - Should scroll from under the top header to the end of the page, this text will also scroll.</div> |
|
|
|
<form name="repeatTestForm3"> |
|
<ul data-dojo-type="dojox/mobile/EdgeToEdgeStoreList" data-dojo-mixins="dojox/mobile/LongListMixin" id="list3" data-dojo-props='append:true'></ul> |
|
</form> |
|
--> |
|
|
|
</div> |
|
</div>
|
|
|