<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page language="java" import=" com.sysmodel.collectmodel.xmlmodel.able.FormCollection, com.sysmodel.datamodel.xmlmodel.ModelFactory, com.sysmodel.datamodel.xmlmodel.impl.MdpClassImpl, com.sysmodel.datamodel.xmlmodel.able.SysModel "%> <% String pageid = request.getParameter("pageid") == null ? "" : request.getParameter("pageid"); String action = "add"; SysModel sysmodel = ModelFactory.getSysmodel(); FormCollection FormCollection = null; ArrayList reportFields = null; String pageTitle = ""; String pageHeadWidth = ""; String pageHeadHeight = ""; String backURL = ""; String pageBodyWidth = ""; String pageBodyHeight = ""; String labelWidth = ""; String controlWidth = ""; int columnCount = 1; String labelAlign = ""; String controlAlign = ""; String pageRootWidth = ""; boolean image = false; String align = ""; String pageRootHeight = ""; if(session.getAttribute("FormCollect"+pageid) == null ){ return; } else { reportFields = FormCollection.getReportFieldByControlType( FormCollection , "select"); columnCount = FormCollection.getPageBody().getColumnCount(); action = "edit"; pageTitle = FormCollection.getPageHead().getPageTitle(); pageHeadWidth = FormCollection.getPageHead().getWidth(); if(pageHeadWidth.indexOf("%") != -1){ pageHeadWidth = pageHeadWidth.substring(0,pageHeadWidth.indexOf("%")); } pageHeadHeight = FormCollection.getPageHead().getHeight(); if(pageHeadHeight.indexOf("%") != -1){ pageHeadHeight = pageHeadHeight.substring(0,pageHeadHeight.indexOf("%")); } backURL = FormCollection.getPageHead().getBackURL(); pageBodyWidth = FormCollection.getPageBody().getWidth(); if(pageBodyWidth.indexOf("%") != -1){ pageBodyWidth = pageBodyWidth.substring(0,pageBodyWidth.indexOf("%")); } pageBodyHeight = FormCollection.getPageBody().getHeight(); if(pageBodyHeight.indexOf("%") != -1){ pageBodyHeight = pageBodyHeight.substring(0,pageBodyHeight.indexOf("%")); } labelWidth = FormCollection.getPageBody().getLabelWidth(); if(labelWidth.indexOf("%") != -1){ labelWidth = labelWidth.substring(0,labelWidth.indexOf("%")); } controlWidth = FormCollection.getPageBody().getControlWidth(); if(controlWidth.indexOf("%") != -1){ controlWidth = controlWidth.substring(0,controlWidth.indexOf("%")); } columnCount = FormCollection.getPageBody().getColumnCount(); labelAlign = FormCollection.getPageBody().getLabelAlign(); controlAlign = FormCollection.getPageBody().getControlAlign(); pageRootWidth = FormCollection.getPageRoot().getWidth(); if(pageRootWidth.indexOf("%") != -1){ pageRootWidth = pageRootWidth.substring(0,pageRootWidth.indexOf("%")); } image = FormCollection.getPageRoot().isImage(); align = FormCollection.getPageRoot().getAlign(); pageRootHeight = FormCollection.getPageRoot().getHeight(); if(pageRootHeight.indexOf("%") != -1){ pageRootHeight = pageRootHeight.substring(0,pageRootHeight.indexOf("%")); } } %> 列表属性配置
1
采集属性配置
标题配置
标题名称:
标题宽: % 标题高: %
采集属性配置:
采集FORM宽: % 采集FORM高: %
label宽: % control宽: %
columnCount:
label对齐方式:  
control对齐方式:  
按钮布局配置:
按钮布局宽: % 按钮布局高: %
是否有图片: 对齐方式:
保存按钮   重置按钮   关闭按钮