码迷,mamicode.com
首页 >  
搜索关键字:combotree    ( 72个结果
FTL页面常用到的一些方法combobox、combotree、datagrid
1.combobox: (1).js 1)初始化combobox 2)针对combobox的一些常用操作 (2).html (3).java 上面方法是将相似度选项配置在了数据字典中,如下:也可以通过其他方式拼装Map<String,String>类型的数据返回。 上面方法中各种数据的样式: map ...
分类:其他好文   时间:2017-04-22 15:51:54    阅读次数:482
combobox和combotree模糊查询
/** * combobox和combotree模糊查询 * combotree 结果带两级父节点(手动设置数量) * 键盘上下键选择叶子节点 * 键盘回车键设置文本的值 */ (function(){ //combobox可编辑,自定义模糊查询 $.fn.combobox.defaults.edi... ...
分类:其他好文   时间:2017-04-16 22:13:52    阅读次数:251
EasyUI ComboTree SpringMVC
1、涉及技术: EasyUI Spring MVC 2、jsp前端代码: 3、java后台代码 4、封装实体类 5、数据库表数据结构及SQL 6、具体效果 ...
分类:编程语言   时间:2017-02-09 19:10:46    阅读次数:214
easyui中用table制作的表单
代码我只选了一部分,这样更便于理解 <table> <tr> <td class="one";> <label>文件包ID</label> </td> <td> <input class="easyui-textbox" style="width:200px" /> </td> </tr> <tr> ...
分类:其他好文   时间:2017-01-13 13:53:36    阅读次数:280
ComboTree 的json格式和引用
在easyui内,用 <select>实现combotree。 JSON格式: ...
分类:Web程序   时间:2016-12-15 00:31:32    阅读次数:255
EasyuI comboxTree 使用笔记
继承至 $.fn.combo.defaults 和$.fn.tree.defaults.覆盖默认值$.fn.combotree.defaults. combotree结合选择控制和下拉树,类似于combobox只是替换了列表为tree控件,combotree 支持树复选框,可以方便的实现多选 相关依 ...
分类:其他好文   时间:2016-11-23 12:12:16    阅读次数:300
easyui combotree的使用
前台HTML: <div class="search-container"> <table class="search-container-table" cellpadding="0" cellspacing="0"> <tr> <td>统计年份:</td> <td> <input type="te ...
分类:其他好文   时间:2016-10-28 11:51:05    阅读次数:468
easyui.combotree.search.js
(function ($) { //combotree可编辑,自定义模糊查询 $.fn.combotree.defaults.editable = true; $.extend($.fn.combotree.defaults.keyHandler, { query: function (q) { v ...
分类:Web程序   时间:2016-09-29 09:32:35    阅读次数:429
ComBoFuzzySearch.js
/** * combobox和combotree模糊查询 */(function () { //combobox可编辑,自定义模糊查询 $.fn.combobox.defaults.editable = true; $.fn.combobox.defaults.filter = function ( ...
分类:Web程序   时间:2016-09-26 09:42:44    阅读次数:229
easyui.combotree.search.js
(function ($) { //combotree可编辑,自定义模糊查询 $.fn.combotree.defaults.editable = true; $.extend($.fn.combotree.defaults.keyHandler, { query: function (q) { v ...
分类:Web程序   时间:2016-09-26 09:41:44    阅读次数:243
72条   上一页 1 2 3 4 5 ... 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!