随笔分类 - easyui
摘要:IndexV6 IndexV6
阅读全文
摘要:建议使用 html 页面 和 一般处理程序,一般处理程序 继承 IRequiresSessionState ,才能用 session .
阅读全文
摘要:问题描述:空字符串、数字过滤 过滤异常修改js源码: $.fn.datagrid.defaults.operators = { nofilter: { text: 'No Filter' }, contains: { ...
阅读全文
摘要:function Previousday() { var curDate = new Date(CreateDate_Temp); var preDate = new Date(curDate.getTime() - 24 * 60 * 60 * 1000); var strDat...
阅读全文
摘要:$.extend($.fn.datagrid.methods, { editCell: function (jq, param) { return jq.each(function () { var opts = $(this...
阅读全文
摘要:今天积分系统MPM (Merit Points Management) 完成。asp.net MVC4.0 EF DBFirst EasyUI 登陆页面采用bootstrap。(还是bootstrap好看些!)功能很少,就一个模型层,和一个 webUI 展现层。权限判断采用 过滤器,每一个Actio...
阅读全文
摘要:mvc 的一个例子 public string IndexV2() { var dataGridJson = new DataGridJson(); var data = new List ...
阅读全文
摘要:默认为今天 $(document).ready(function () { $(function () { var curr_time = new Date(); var strDate = curr_time.getFullYear() + "-"; strDate += curr_time.ge...
阅读全文
摘要:这里提到了,1个问题,怎么扩展 Easyui参见: http://blog.csdn.net/chenkai6529/article/details/17528833@{ ViewBag.Title = "Index2"; Layout = "~/Views/Shared/_Layout...
阅读全文
摘要:效果图数据图 可以看到 这里是根据 MenuNo 来 分级别的,支持 无限极,第一级是 01 ,第二级就是 01XX ,第三级 就是 01XXOO。类似 id、pid ,Ztree 里面 也是这样的。@{ ViewBag.Title = "Index"; Layout = "~/Vie...
阅读全文
摘要:@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml";} 登陆账号 名称 增加 ...
阅读全文
摘要:效果如图:参见 EasyUI 官方 Demo 及文档@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml";} Url ...
阅读全文
摘要:var temp = { LoginAccount: $('#LoginAccount').val(), ShopName: $('#ShopName').val() }; function doSearch1() { $('#datagrid').datagrid('load...
阅读全文
浙公网安备 33010602011771号