combotree初始化加载折叠

$('#ddlCategory').combotree({
url: '/credit/GetCredit_CategoryList',
editable: false, //不可编辑状态
cache: false,
valueField: 'id',
textField: 'text',
onLoadSuccess: function () {
$("#ddlCategory").combotree('tree').tree("collapseAll");
}
});

posted @ 2016-07-22 17:28  微风不噪,阳光正好  阅读(1300)  评论(0编辑  收藏  举报