%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_list.jspf"%><%
String sGroupID = CurPage.getParameter("GroupID");
String sClassifyID = CurPage.getParameter("ClassifyID");
String sDisplayType = CurPage.getParameter("DisplayType");
String sSearch = CurPage.getParameter("Search");
String sSearchType = CurPage.getParameter("SearchType");
if(sGroupID == null) sGroupID = "";
if(sClassifyID == null) sClassifyID = "";
if(sDisplayType == null) sDisplayType = "";
if(sSearch == null) sSearch = "";
if(sSearchType == null) sSearchType = "";
ASObjectModel doTemp = new ASObjectModel("GroupPageItemList");
if(!"2".equals(sDisplayType))doTemp.setVisible("Attribute2",false);//如果是Strip则展示《层叠条高度》
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1";
dwTemp.ReadOnly = "0";
dwTemp.setPageSize(20);
dwTemp.ConvertCode2Title = "1";
dwTemp.genHTMLObjectWindow(sGroupID);
String sButtons[][] = {
{"true", "All", "Button", "普通新增", "", "newRecord()", "", "", "", "btn_icon_add"},
{"true", "All","Button","快速新增","当前页面新增","quikNewRecord()","","","","btn_icon_add"},
{"true", "All","Button","快速保存","快速保存当前页面","as_save(0)","","","","btn_icon_save"},
{"true", "All", "Button", "快速复制", "", "quickCopy()", "", "", "", ""},
{"true", "All", "Button", "详情", "", "viewRecord()", "", "", "", ""},
{"true", "All", "Button", "删除", "", "deleteRecord()", "", "", "", ""},
{"true", "All", "Button", "设为默认项", "", "setDefault()", "", "", "", ""},
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"
%>
<%@include file="/Frame/resources/include/include_end.jspf"%>