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) 549 B
<div class="view mblView"> <ul data-dojo-type="dojox/mobile/RoundRectList"> <li data-dojo-type="dojox/mobile/ListItem" data-dojo-props="'clickable':true, 'label': '${nls.label0}', target: 'detail'"> </li> <li data-dojo-type="dojox/mobile/ListItem" data-dojo-props="'clickable':true, 'label': '${nls.label1}', target: 'detail'"> </li> <li data-dojo-type="dojox/mobile/ListItem" data-dojo-props="'clickable':true, target: 'detail', transitionOptions: { data: 'foo' }"> ${nls.label2} </li> </ul> </div>