Author: dmaliarevich
Date: 2009-04-06 13:50:57 -0400 (Mon, 06 Apr 2009)
New Revision: 14528
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4103, size attribute was added.
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml 2009-04-06
17:03:09 UTC (rev 14527)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/templates/vpe-templates-seam.xml 2009-04-06
17:50:57 UTC (rev 14528)
@@ -161,7 +161,8 @@
<vpe:tag name="s:fileUpload" case-sensitive="yes">
<vpe:template children="no" modify="no">
- <input type="file" style="{@style}"
class="{@styleClass}" title="{tagstring()}"/>
+ <input type="file" style="{@style}"
class="{@styleClass}"
+ title="{tagstring()}" size="{@size}" />
<vpe:dnd>
<vpe:drag start-enable="yes" />
<vpe:drop container="no" />