function deptDialog(name){

$("#deptDialog").dialog({
title: name,
width: 700,
height: 450,
modal: true,
resizable: true,
toolbar:[{
text:'新增部门',
iconCls:'icon-add',
handler:function(){
alert('edit')
}
}]
});

$("#deptDialog").panel("move",{top:200});//有滚动条时的窗口定位
}

相关文章:

  • 2021-12-16
  • 2021-09-20
  • 2021-08-08
  • 2021-09-20
  • 2021-11-09
  • 2021-11-27
  • 2020-01-26
  • 2021-09-27
猜你喜欢
  • 2021-09-20
  • 2021-09-14
  • 2021-09-20
  • 2021-11-19
  • 2021-11-02
  • 2021-11-17
  • 2018-02-06
  • 2021-11-17
相关资源
相似解决方案