摘要:
打开后移动位置在打开后不居中问题解决方法就很简单了,我们在打开时设置下left和top属性就可以了var $win; $win = $('#test-window').window({ title:'添加课程设置信息', width: 820, height: 450, top:($(window).height() - 820) * 0.5, left:($(window).width() - 450) * 0.5, shadow: true, modal:true, iconCls:'icon-add', closed:true, minim 阅读全文
posted @ 2011-07-28 10:14
ljlxyf
阅读(2454)
评论(2)
推荐(0)
浙公网安备 33010602011771号