摘要: Ext.onReady(function(){ var config = { fields:['module'], data:[['新建'],['删除'],['增加']}; var store = new Ext.data.SimpleStore(config); var top=new Ext.FormPanel({ region:'north', renderTo:'mainDiv', frame:true, ... 阅读全文
posted @ 2013-08-10 18:05 爱笑的狐狸 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 实现功能:点击指定单元格后会弹出新窗口,并且最后一行合计不会触发单元格触发函数 1 点击单元格触发 阅读全文
posted @ 2013-08-10 16:03 爱笑的狐狸 阅读(673) 评论(0) 推荐(0) 编辑