UNPKG

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.

12 lines (11 loc) 664 B
<div class="view mblView"> <div data-dojo-type="dojox/mobile/Heading" data-dojo-props='label:"List Example"'> <span data-dojo-type="dojox/mobile/ToolBarButton" data-dojo-attach-point="listInsert1" data-dojo-props='icon:"mblDomButtonWhitePlus"' style="float:right;" onclick="console.log('+ was clicked')"></span> </div> <form name="listTestForm"> <h2 data-dojo-type="dojox/mobile/EdgeToEdgeCategory" style="height: 32px;" data-app-constraint="top">Using a dojox/mobile/EdgeToEdgeStoreList</h2> <ul data-dojo-type="dojox/mobile/EdgeToEdgeStoreList" data-dojo-attach-point="list" data-dojo-props='append:true'></ul> </form> </div>