上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页
摘要: $("#dataGridID").datagrid({ title: "新标题"}); 阅读全文
posted @ 2017-05-15 09:12 人生为卒 阅读(469) 评论(0) 推荐(0)
摘要: 转载:http://www.thinksaas.cn/topics/0/423/423869.html Demo 实例: 阅读全文
posted @ 2017-05-08 16:43 人生为卒 阅读(497) 评论(0) 推荐(0)
摘要: Demo 转载:http://www.cnblogs.com/hantianwei/archive/2009/09/21/1571264.html 未测试 阅读全文
posted @ 2017-05-08 14:42 人生为卒 阅读(9395) 评论(0) 推荐(0)
摘要: <table id="DataList" title="查询结果"></table> $('#DataList').datagrid('loadData',{total:0,rows:[]}); 阅读全文
posted @ 2017-05-08 14:01 人生为卒 阅读(882) 评论(0) 推荐(0)
摘要: 转载 : http://www.cnblogs.com/blsong/archive/2009/12/14/1623449.html 阅读全文
posted @ 2017-05-03 17:28 人生为卒 阅读(1609) 评论(0) 推荐(0)
摘要: <input name="SN" id="searchSN" style="width:100%" type="text" class="easyui-textbox filewidth_n" value="@Model.SN" data-options="required: true, valid 阅读全文
posted @ 2017-04-25 16:57 人生为卒 阅读(374) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-04-24 15:16 人生为卒 阅读(370) 评论(0) 推荐(0)
摘要: , onLoadSuccess: function (data) { //添加“合计”列 DataLstdg.thisdg.datagrid('appendRow', { DPPRTN: '合计', ... 阅读全文
posted @ 2017-04-21 10:54 人生为卒 阅读(774) 评论(0) 推荐(0)
摘要: var submitform = $('#SearchForm'); var dd = toParsModel(submitform.serializeArray()); 阅读全文
posted @ 2017-04-21 10:03 人生为卒 阅读(746) 评论(0) 推荐(0)
摘要: var url = "@Url.Action("PdfSee")"; var param={ path:"aaa" }; $.post(url,param, function (result) { var swfpath = "@Url.Cont... 阅读全文
posted @ 2017-04-12 17:08 人生为卒 阅读(245) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页