當前位置:編程學習大全網 - 網站源碼 - easyui 在彈出框中做圖片上傳後java裏getItemIterator(request)=false,怎麽解決啊

easyui 在彈出框中做圖片上傳後java裏getItemIterator(request)=false,怎麽解決啊

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

});

}

}

});

  • 上一篇:登錄微信移動滑塊是什麽意思?它不動的原因是什麽?
  • 下一篇:C++編程打印圖案!
  • copyright 2024編程學習大全網