1.更改显示框大小。
This commit is contained in:
parent
d2a2f34a67
commit
4c89e6fce2
@ -23,7 +23,7 @@
|
||||
<script type="text/javascript">
|
||||
function newRecord(){
|
||||
var sUrl = "/Tenwa/Core/BussinessMessage/MessageConfig/MessageConfigInfo.jsp";
|
||||
AsDialog.PopView(sUrl,'',"resizable=yes;dialogWidth=800px;dialogHeight=450px;center:yes;status:no;statusbar:no",function(){
|
||||
AsDialog.PopView(sUrl,'',"resizable=yes;dialogWidth=1000px;dialogHeight=550px;center:yes;status:no;statusbar:no",function(){
|
||||
reloadSelf();
|
||||
},"消息信息管理");
|
||||
}
|
||||
@ -35,7 +35,7 @@
|
||||
alert("参数不能为空!");
|
||||
return ;
|
||||
}
|
||||
AsDialog.PopView(sUrl,'id=' +sPara ,"resizable=yes;dialogWidth=800px;dialogHeight=450px;center:yes;status:no;statusbar:no",function(){
|
||||
AsDialog.PopView(sUrl,'id=' +sPara ,"resizable=yes;dialogWidth=1000px;dialogHeight=550px;center:yes;status:no;statusbar:no",function(){
|
||||
reloadSelf();
|
||||
},"消息信息管理");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user