EXTjsgrid双层表头的实现(源代码和示例)

上传人:206****923 文档编号:37487951 上传时间:2018-04-17 格式:DOCX 页数:5 大小:60.66KB
返回 下载 相关 举报
EXTjsgrid双层表头的实现(源代码和示例)_第1页
第1页 / 共5页
EXTjsgrid双层表头的实现(源代码和示例)_第2页
第2页 / 共5页
EXTjsgrid双层表头的实现(源代码和示例)_第3页
第3页 / 共5页
EXTjsgrid双层表头的实现(源代码和示例)_第4页
第4页 / 共5页
EXTjsgrid双层表头的实现(源代码和示例)_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

《EXTjsgrid双层表头的实现(源代码和示例)》由会员分享,可在线阅读,更多相关《EXTjsgrid双层表头的实现(源代码和示例)(5页珍藏版)》请在金锄头文库上搜索。

1、源代码: 加载到页面中的 js 文件 GridDoubleHeader.js/* author * since * description 双层表头 * param* mtext 表头名 * param* mcol 向后跨越子表头个数 * param* mwidth 上至下第一层表头的宽度,即父表头的宽度 * class MyGridView* extends Ext.grid.GridView*/MyGridView = Ext.extend(Ext.grid.GridView, renderHeaders : function() var cm = this.cm, ts = this.t

2、emplates;var ct = ts.hcell, ct2 = ts.mhcell;var cb = , sb = , p = , mcb = ;for (var i = 0, len = cm.getColumnCount(); i , mergecells + cells ,“ “),mhcell : new Ext.Template( value,“ “);修改 grid 的 cm 配置 var ldrk_cm = new Ext.grid.ColumnModel(new Ext.grid.RowNumberer(mtext : “ “,/ 给父表头取的名字mcol : 1,/ 包含

3、了几列mwidth : 20,/ 子表头宽度width : 20,/ 被包含子表头的宽度,最好填写一下 header : “No.“), mtext : “本地住址或“, mcol : 1,mwidth : 190,width : 200,header : “管理单位“,dataIndex : “address“, mtext : “ “,mcol : 1,mwidth : 80,width : 80,header : “姓名“, sortable : true,dataIndex : “name“, mtext : “性“, mcol : 1,mwidth : 30,width : 30,h

4、eader : “别“, sortable : true,dataIndex : “sex“, mtext : “ “,mcol : 1,mwidth : 80,width : 80,header : “出生年月“, dataIndex : “birthday“, mtext : “ “,mcol : 1,mwidth : 80,width : 90,header : “结婚年月“, dataIndex : “marryDate“, mtext : “ “,mcol : 1,mwidth : 100,width : 110,header : “流动方向“, dataIndex : “moveA

5、spect“, mtext : “流入人口填户籍地名流出人口填流向地名“, mcol : 1,mwidth : 200,width : 200,header : “流入(出)地名“,dataIndex : “placename“, mtext : “流入(出)“, mcol : 1,mwidth : 80,width : 80,header : “年月“, dataIndex : “moveDate“, mtext : “离开或返回“, mcol : 1,mwidth : 80,width : 80,header : “年月“, dataIndex : “comeDate“, mtext :

6、“流入(出)初期子女“, mcol : 2,mwidth : 100,width : 50,header : “男“, dataIndex : “man“, width : 50,header : “女“, dataIndex : “woman“, mtext : “流入(出)初期避孕情况“, mcol : 2,mwidth : 160,width : 80,header : “采取措施名称“, dataIndex : “measureName“, width : 80,header : “起始年月“, dataIndex : “startDate“, mtext : “流动人口婚育证明发验情

7、况“, mcol : 4,mwidth : 320,width : 80,header : “发证年月“, dataIndex : “certificateDate“, width : 80,header : “查验年月“, dataIndex : “checkDate“, width : 80,header : “查验结果“, dataIndex : “checkResult“, width : 80,header : “证件编号“, dataIndex : “certificateNo“);cm 中设置完成后 还要在 grid 中调用之前提到的插件其实很简单,只需要在 grid 中调用这句话话就可以了view : new MyGridView(viewConfig)

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号