少林

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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});//有滚动条时的窗口定位
}

posted on 2016-02-18 14:34  Stanley_yu  阅读(1870)  评论(0编辑  收藏  举报