摘要: var mask = new Ext.LoadMask("ID", { msg : '正在加载...' }); mask.show(); borrowhistory_store.load({ params : { webname : "all", start : 0, limit : borrowhistory_pageTool.pageSize } }); borrowhistory_store.on("load", function() { mask.hide(); })Ext.LoadMask用于在加载数据时为元 阅读全文
posted @ 2011-10-13 14:35 左正 阅读(441) 评论(0) 推荐(0)