springmvc+Mybatis Controller返回List集合或实体类对象怎么在easyui,$('#dg').jqGrid的这个方法中解析
发布网友
发布时间:2022-04-08 01:26
我来回答
共1个回答
热心网友
时间:2022-04-08 02:55
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
});
}
}
});