EasyUI ComboTree(树形下拉框) 简单实例

Posted 摩塔智能科技

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EasyUI ComboTree(树形下拉框) 简单实例相关的知识,希望对你有一定的参考价值。

前台:

 

     <input id="cc">  
<script type="text/javascript">

$(‘#cc‘).combotree({ required: true }).combotree("tree").tree({ url: ‘tree.ashx?id=0&state=closed‘, checkbox: false, onBeforeExpand: function (node, param) { $(this).tree(‘options‘).url = "tree.ashx?state=open&id=" + node.id; } });

 </script>

 

以上是关于EasyUI ComboTree(树形下拉框) 简单实例的主要内容,如果未能解决你的问题,请参考以下文章

求jquery版的多选树形下拉框的插件(Multiple ComboTree)?

easyui 下拉选择树(ComboTree) 的实现

easyui 下拉选择树(ComboTree) 的实现

easyUI combotree的问题,当我保存下拉框的值之后,修改时让已选择的select自动选中,求熟悉的高手指导

EasyUI——combotree

easyui中的下拉菜单是树形结构时如何实现onchange方法