easyui-combotree 默认折叠

效果
easyui-combotree 默认折叠_第1张图片
input框


script

$("#swjgTree").combotree({
		url:'',
		method:'POST',
		editable:false,
		cache:false,
		onLoadSuccess:function(){
		    $("#swjgTree").combotree('tree').tree("collapseAll")
		}
	});

你可能感兴趣的:(easyui-combotree 默认折叠)