easyUI的combo控件选中节点问题
http://e.picphotos.baidu.com/album/s%3D1100%3Bq%3D90/sign=3a3df693b71c8701d2b6b6e7174...
http://e.picphotos.baidu.com/album/s%3D1100%3Bq%3D90/sign=3a3df693b71c8701d2b6b6e7174fa55e/b58f8c5494eef01f2e6750b2e4fe9925bc317d51.jpg
无法上传图像,请大家见谅,上面是图片的地址,我的问题就像图片上那样,我使用easyUI的combotree控件,当我选中所有子节点时,在上面的选框里会把根节点也展示出来,我想只展示子节点,只显示“门店41,门店42,门店43”,而不是“华北,北京,北京,朝阳区,门店41,门店42,门店43”,根节点上的复选框是需要的,因为方便全选,谢谢各位了 展开
无法上传图像,请大家见谅,上面是图片的地址,我的问题就像图片上那样,我使用easyUI的combotree控件,当我选中所有子节点时,在上面的选框里会把根节点也展示出来,我想只展示子节点,只显示“门店41,门店42,门店43”,而不是“华北,北京,北京,朝阳区,门店41,门店42,门店43”,根节点上的复选框是需要的,因为方便全选,谢谢各位了 展开
2个回答
展开全部
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
});
}
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询