01 2018 档案
form.submit()异步提交返回值是false的话会走failure不走success
摘要:form.submit()异步提交返回值是false的话会走failure不走success 阅读全文
posted @ 2018-01-23 13:43 辰舟 阅读(540) 评论(0) 推荐(0)
grid中增加checkbox列,加载的时候选中已经存在的列
摘要:grid增加checkbox列 1 Ext.apply(this, { 2 id: "userrolegrid", 3 width: 700, 4 height: 500, 5 selType: 'rowmodel', 6 selModel: ne... 阅读全文
posted @ 2018-01-22 17:41 辰舟 阅读(497) 评论(0) 推荐(0)