Lion Framework是一个基于Spring MVC Spring、Hibernate、Shiro、Bootstrap的基础开发框架,提升开发速度 主要组件有: UI:datagrids、combo、combotree、form扩展、对话框架 数据组件:data 常用工具: common AP...
分类:
其他好文 时间:
2015-10-19 18:48:38
阅读次数:
194
Insert title here/easyui/themes/default/easyui.css">/easyui/themes/icon.css">/easyui/demo.css">Insert title here 获取tree选中的值 获取tree对象
分类:
其他好文 时间:
2015-10-18 08:49:37
阅读次数:
180
1.combotree.jspInsert title here/easyui/themes/default/easyui.css">/easyui/themes/icon.css">/easyui/demo.css">Insert title here 获取tree选中的值 获取tree对象2.....
分类:
其他好文 时间:
2015-10-18 08:48:57
阅读次数:
278
实现效果如下:HTML部分: 流程列表 所属系统: ...
分类:
其他好文 时间:
2015-10-10 12:19:57
阅读次数:
418
var a = $("#sys_roleAdd_pid").combotree('tree').tree('getChecked','indeterminate');var b = $("#sys_roleAdd_pid").combotree('tree').tree('getChecked');...
分类:
其他好文 时间:
2015-10-08 20:01:55
阅读次数:
128
工作总结,用extjs、mybatis、springMVC实现树形显示班级前台extjs实现树形代码如下: xtype : 'combotree', fieldLabel : '部门名称', name : 'deptId', hiddenName : 'deptI...
分类:
Web程序 时间:
2015-09-11 12:21:20
阅读次数:
223
/*html <tr> <tdwidth="50"align="right"><divclass="divSty2"><label>请选择从业方向:</label></div></td> <td> <selectid="txtjobDirection"class="easyui-combotree"multiplestyle="width:200px;"></sele..
分类:
Web程序 时间:
2015-09-05 19:27:47
阅读次数:
333
Asp.net下拉树实现(Easy UI ComboTree)场景描述:某个公司有多个部门并且部门存在子部门,通过一个下拉框选取多个部门,但是如果某个部门的子部门被全部选择,则只取该部门,而忽略子部门。(叶子节点全被选中时,只取父节点)知识点:ComboTree、一般处理程序、递归、Json效果如图...
分类:
其他好文 时间:
2015-08-29 21:36:09
阅读次数:
605
Asp.net下拉树实现,场景描述:某个公司有多个部门并且部门存在子部门,通过一个下拉框选取多个部门,但是如果某个部门的子部门被全部选择,则只取该部门,而忽略子部门。(叶子节点全被选中时,只取父节点)
分类:
Web程序 时间:
2015-08-28 19:10:42
阅读次数:
165
1、获取combotree的选中值$("#id").combotree("getValue");2、设置combotree的选中值1 $('#id').combotree('setValues', [1]);3、清除combotree的所有选中值1 $('#id').combotree("clear...
分类:
其他好文 时间:
2015-08-12 19:12:00
阅读次数:
96