资方资料清单页面添加滚动条
This commit is contained in:
parent
a437c080e1
commit
d05a94ce5a
@ -25,7 +25,7 @@
|
||||
doTemp.setLockCount(0);
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "1";//freeform
|
||||
dwTemp.setPageSize(pageSize==null?5:Integer.parseInt(pageSize));
|
||||
dwTemp.setPageSize(pageSize==null?20:Integer.parseInt(pageSize));
|
||||
//dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
|
||||
dwTemp.genHTMLObjectWindow(fcFlowType+","+fcRequestId);
|
||||
|
||||
@ -36,6 +36,10 @@
|
||||
sButtonPosition = "north";
|
||||
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
$("#listvalid0").attr("style","overflow: scroll;overflow-y:auto; overflow-x:auto;height:100%;");
|
||||
}
|
||||
|
||||
function returnList(){
|
||||
parent.AsControl.OpenView("<%=sPrevUrl%>", "","_self","");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user