摘要: HTML: 或者 JS:$('#dg').datagrid({ url: '/AdminNewList/GetList', method: 'post', rownumbers: true, columns: [[ { field: 'ck', checkbox: true }, { field: ... 阅读全文
posted @ 2015-11-17 17:33 熊大大- 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 方法: 1 using Newtonsoft.Json; 2 using Newtonsoft.Json.Converters;//需引入Newtonsoft.Json.dll 3 public class ConvertHelper 4 { 5 /// 6 ... 阅读全文
posted @ 2015-11-17 17:29 熊大大- 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 所有图标位置:/themes/iconscss引用位置:/themes/icon.css可自行添加16*16的小图片放在icons中,icon.css代码添加即可例如:.icon-logo{ background:url('icons/logo.ico') no-repeat center cent... 阅读全文
posted @ 2015-11-17 09:04 熊大大- 阅读(389) 评论(0) 推荐(0) 编辑