mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-1667
* Move script generated on form tag outside the table element * Make xhtml complient the input generated by the autocompleter tag git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -106,7 +106,11 @@
|
||||
</#if>
|
||||
<#include "/${parameters.templateDir}/simple/scripting-events.ftl" />
|
||||
<#include "/${parameters.templateDir}/simple/common-attributes.ftl" />
|
||||
>
|
||||
<#if parameters.href?exists>
|
||||
/>
|
||||
<#else>
|
||||
>
|
||||
</#if>
|
||||
<#if parameters.list?exists>
|
||||
<#if (parameters.headerKey?exists && parameters.headerValue?exists)>
|
||||
<option value="${parameters.headerKey?html}">${parameters.headerValue?html}</option>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
</table>
|
||||
<#if (parameters.customOnsubmitEnabled?default(false))>
|
||||
<script type="text/javascript">
|
||||
<#--
|
||||
@@ -84,6 +84,4 @@ dojo.require("dojo.event.connect");
|
||||
--><#t/>
|
||||
<#lt/><!-- javascript that is needed for tooltips -->
|
||||
<#lt/><script type="text/javascript">dojo.require("dojo.widget.Tooltip");dojo.require("dojo.fx.html");</script>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
visibleDownArrow="false"
|
||||
buttonSrc="i"
|
||||
templateCssPath="j"
|
||||
dataFieldName="k">
|
||||
dataFieldName="k"/>
|
||||
|
||||
Reference in New Issue
Block a user