摘要: 1 /** 2 * jQuery EasyUI 1.2.5 3 * 4 * Licensed under the GPL terms 5 * To use it on other terms please contact us 6 * 7 * Copyright(c) 2009-2011 stworthy [ stworthy@gmail.com ] 8 * 9 */ 10 (function($) { 11 function getMaxScrollWidth(jq) { 12 var header = $(jq).child... 阅读全文
posted @ 2013-02-17 11:17 Vincent.Pei 阅读(3172) 评论(0) 推荐(1) 编辑
摘要: 效果如图:自定义一个view: 1 var cardview = $.extend({}, $.fn.datagrid.defaults.view, { 2 renderRow: function(target, fields, frozen, rowIndex, rowData){ 3 var cc = []; 4 cc.push('<td colspan=' + fields.length + ' style="padding:10px 5px;border:0;width:780px;border-bottom:5px no... 阅读全文
posted @ 2013-02-17 11:15 Vincent.Pei 阅读(1891) 评论(0) 推荐(0) 编辑