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)?