摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ComboTree - jQuery EasyUI Demo</title> <link re 阅读全文
posted @ 2016-09-29 09:30 芜明-追星 阅读(401) 评论(0) 推荐(0)
摘要: (function ($) { var $parent = parent.$; //获取弹出窗口数据集合 function getDialogs() { var dialogs = $parent("#div_index_data").data("dialogs"); dialogs = dialo 阅读全文
posted @ 2016-09-29 09:29 芜明-追星 阅读(812) 评论(0) 推荐(0)
摘要: $(function () { gridbind(); bindData(); }); //表格绑定function gridbind() { $('#dg').datagrid({ title: '动作管理', iconCls: '', width: fixWidth(1) - 25,// fix 阅读全文
posted @ 2016-09-29 09:28 芜明-追星 阅读(596) 评论(0) 推荐(0)
摘要: (function ($) { //combotree可编辑,自定义模糊查询 $.fn.combotree.defaults.editable = true; $.extend($.fn.combotree.defaults.keyHandler, { query: function (q) { v 阅读全文
posted @ 2016-09-29 09:26 芜明-追星 阅读(396) 评论(0) 推荐(0)
摘要: <!DOCTYPE><html> <head> <title> New Document </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content=""> <meta name="Keywords" 阅读全文
posted @ 2016-09-29 09:17 芜明-追星 阅读(2083) 评论(0) 推荐(0)