Commit ac5bdc6b authored by hbcui1984's avatar hbcui1984

重构Indexedlist

parent bd2f183c
......@@ -263,7 +263,7 @@
//calc hieght
list.style.height = (document.body.offsetHeight - header.offsetHeight) + 'px';
//create
window.groupList = new mui.GroupList(list);
window.indexedList = new mui.IndexedList(list);
//done event
done.addEventListener('tap',function(){
var checkboxArray = [].slice.call(list.querySelectorAll('input[type="checkbox"]'));
......
......@@ -257,7 +257,7 @@
//calc hieght
list.style.height = (document.body.offsetHeight - header.offsetHeight) + 'px';
//create
window.groupList = new mui.GroupList(list);
window.indexedList = new mui.IndexedList(list);
});
</script>
</body>
......
......@@ -353,11 +353,11 @@
</li>
<li class="mui-table-view-divider">模板</li>
<!-- <li class="mui-table-view-cell">
<li class="mui-table-view-cell">
<a class="mui-navigate-right" open-type="common" href="examples/ad.html">
advertisement(广告模板)
</a>
</li> -->
</li>
<li class="mui-table-view-cell">
<a class="mui-navigate-right" href="examples/im-chat.html">
chat(聊天窗口)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment