dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
23 lines (21 loc) • 1.38 kB
HTML
<div class="view mblView">
<script type="dojo/require">at: "dojox/mvc/at"</script>
<h1 data-dojo-type="dojox/mobile/Heading" data-dojo-props='label:"Scrollable List OneP"' data-app-constraint="top">
<span id="sc1back1P" data-dojo-type="dojox/mobile/ToolBarButton" arrow="left"
data-dojo-props="transitionOptions: {title: 'Configure', target: 'configuration', url: '#configuration', transitionDir: -1}">Back</span>
<span data-dojo-type="dojox/mobile/ToolBarButton" id="sc1insert1xP" data-dojo-props='icon:"mblDomButtonWhitePlus"' style="float:right;">1</span>
<span data-dojo-type="dojox/mobile/ToolBarButton" id="sc1insert10xP" data-dojo-props='icon:"mblDomButtonWhitePlus"' style="float:right;">10</span>
<span data-dojo-type="dojox/mobile/ToolBarButton" id="sc1remove10xP" data-dojo-props='icon:"mblDomButtonWhiteMinus"' style="float:right;">10</span>
</h1>
<div data-app-constraint="top">
<div class="field-title">Should scroll between this text and the bottom footer.</div>
</div>
<div data-dojo-type="dojox/app/widgets/Container" data-app-constraint="center" data-dojo-props="scrollable: true">
<div>
<form name="repeatTestForm">
<div id="addWidgetHere"></div>
</form>
</div>
</div>
<h1 data-dojo-type="dojox/mobile/Heading" data-dojo-props="label: 'Scrollable List OneP Footer Bar'" data-app-constraint="bottom"></h1>
</div>