EasyUI——combotree

Posted Legolas

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EasyUI——combotree相关的知识,希望对你有一定的参考价值。

扩展自 $.fn.combo.defaults 和 $.fn.tree.defaults。通过 $.fn.combotree.defaults 重写默认的 defaults。

组合树(combotree)把选择控件和下拉树结合起来。它与组合框(combobox)相似,不同的是把列表替换成树组件。

组合树(combotree)支持带有用于多选的树状态复选框的树。

从标记创建组合树(combotree)。

1 <select id="cc" class="easyui-combotree" style="width:200px;"
2 data-options="url:‘get_data.php‘,required:true">
3 </select>  

属性:

editable

事件:

方法:

options

tree

loadData

reload

clear

setValues

setValue

以上是关于EasyUI——combotree的主要内容,如果未能解决你的问题,请参考以下文章

解决easyUI下拉控件无法触发onkeydown事件

easyui.combotree.search.js

easyui.combotree.search.js

easyui ComboTree 数据显示问题

easyui中combotree只能选子选项,父级不被选中,并且展开

jQuery easyUI combotree清除选择