form_jsp.xdt
来自「this is for appfuse1.8 source using stru」· XDT 代码 · 共 35 行
XDT
35 行
<XDtTagDef:tagDef namespace="Form" handler="org.example.antbook.xdoclet.FormTagsHandler"/><%@ include file="/common/taglibs.jsp"%><title><fmt:message key="<XDtForm:classNameLower/>Detail.title"/></title><content tag="heading"><fmt:message key="<XDtForm:classNameLower/>Detail.heading"/></content><ww:form name="'<XDtForm:classNameLower/>'" action="'save<XDtForm:className/>'" method="'post'" validate="true"><table class="detail"><XDtForm:forAllFields><XDtForm:ifIsIdOrVersionField><ww:hidden name="'<XDtForm:classNameLower/>.<XDtForm:fieldName/>'" value="<XDtForm:classNameLower/>.<XDtForm:fieldName/>"/></XDtForm:ifIsIdOrVersionField><XDtForm:ifIsNotIdOrVersionField> <ww:textfield label="getText('<XDtForm:classNameLower/>.<XDtForm:fieldName/>')" name="'<XDtForm:classNameLower/>.<XDtForm:fieldName/>'" value="<XDtForm:classNameLower/>.<XDtForm:fieldName/>" required="true"/></XDtForm:ifIsNotIdOrVersionField></XDtForm:forAllFields> <tr> <td></td> <td class="buttonBar"> <input type="submit" class="button" name="save" value="<fmt:message key="button.save"/>" /> <input type="submit" class="button" name="delete" onclick="return confirmDelete('<XDtForm:className/>')" value="<fmt:message key="button.delete"/>" /> <input type="submit" class="button" name="cancel" value="<fmt:message key="button.cancel"/>" /> </td> </tr></ww:form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?