sample skeleton application with dojo toolkit & arcgis js api v 4.30
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
984 B

<div class="view mblView centerview">
<div data-dojo-type="dojox/mobile/ScrollableView" data-dojo-props="fixedHeader:'heading1', fixedFooter:'P1'">
<div>
<div class="field-title">V1 - 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="list" data-dojo-props='append:true'></ul>
</form>
</div>
<!--
<div data-dojo-type="dojox/app/widgets/Container" data-dojo-props="scrollable: true
,fixedHeader:'heading1'
" data-app-constraint="center">
<div class="field-title">V1 - 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="list" data-dojo-props='append:true'></ul>
</form>
</div>
-->
</div>
</div>