|
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@include file="/context/mytags.jsp" %>
<!DOCTYPE html>
<html>
<head>
<title>申请材料</title>
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
<script>
function testAfter(){
alert("提交后");
}
function testBefore(){
alert("提交前");
}
</script>
</head>
<body>
<t:formvalid formid="sAppMaterialsFormObj" dialog="true" usePlugin="password" layout="table" refresh="true"
action="sAppMaterialsController.do?doAddOrUpdate" tiptype="1" beforeSubmit="testBefore" callback="testAfter">
</t:formvalid>
</body>
|
|