Changes between Version 2 and Version 3 of Ticket #16646
- Timestamp:
- Jan 31, 2013, 1:38:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16646 – Description
v2 v3 5 5 {{{ 6 6 <td class="tableDetail" colspan="3"> 7 8 9 7 <div dojoType="dojox.data.QueryReadStore" jsId="orderSetStore" url="OrderSets.ajax?action=loadList" requestMethod="get"></div> 8 <input dojoType="dijit.form.FilteringSelect" id="orderSetList" name="orderSet" searchAttr="description" autocomplete="false" store="orderSetStore" pageSize="15" style="width: 300px"/> 9 </td> 10 10 }}} 11 11 … … 16 16 {{{ 17 17 if(direction){ 18 19 20 21 22 18 options.start += res.length; 19 if(options.start >= res.total){ 20 options.count = 0; 21 } 22 } 23 23 }}} 24 24