easyui 异步加载子节点(节点有复选框),节点选中而子节点未加载且未被选中 5
easyui异步加载子节点(节点有复选框),展开节点时触发onBeforeExpand事件远程加载子节点,但是如果不展开节点直接勾选节点,就会导致子节点未加载并且未选中,...
easyui 异步加载子节点(节点有复选框),展开节点时触发onBeforeExpand事件远程加载子节点,但是如果不展开节点直接勾选节点,就会导致子节点未加载并且未选中,怎么才能在勾选节点时加载子节点并且全选?求oncheck事件代码。
展开
2个回答
展开全部
$("#Tree").tree({
checkbox: true,
url: "XXX/XXXX/XXXXX", //加载全部节点
onBeforeExpand:function(node){
$("#Tree").tree("options").url = "XXX/XXXX/XXXXX?node=" + node.id;//加载父节点下的子节点
},
onCheck : function(node, checked) {
$("#Tree").tree('expand',node.target);
}
});
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var width = $(window).width()-80;
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询