All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.sm.page_celledit.tpl Maven / Gradle / Ivy

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
%>
<%@ taglib uri="http://shiro.apache.org/tags" prefix="shiro"%>

<%-- 1. 页面Datagrid初始化相关JS --%>
<%-- JS代码必须包含在页面中,引入外部JS文件会导致表格界面在未完成初始化前就显示,出现短暂的未初始化界面 --%>


<%-- 2. 页面内容 --%>
toolbar="#${ClassName}Toolbar" idField="${Oid}" rownumbers="true" fitColumns="true" nowrap="false">
	
			<#if Autos??>
			<#list Autos as item>
			<#assign info=item?split("#")>
			<#if info[4]=="true">
			
多选框editor="{type:'textbox',options:{<#if info[3]=="true">required:true}}">${info[2]}
<#if toolbar> <%-- 2. 搜索 ToolBar --%>
<#if Propertys??> <#list Propertys as item> <#assign info=item?split("#")> ${info[4]}: <#if search> Search Clear
<#if save><%--Dialog 添加${ClsLabel}--%> <#if update><%--Dialog 修改${ClsLabel}--%> <#if save>添加${ClsLabel} <#if remove>删除${ClsLabel} 撤销修改
<#if contextMenu> <%-- 3. grid右键菜单 --%>
<#if save>
添加${ClsLabel}
<#if remove>
删除${ClsLabel}
撤销修改
<%-- <%@ include file="/WEB-INF/content/dialog/${Module}/${ClassName}Add.jsp"%> <%@ include file="/WEB-INF/content/dialog/${Module}/${ClassName}Edit.jsp"%> --%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy