Author: yradtsevich
Date: 2009-03-17 11:41:21 -0400 (Tue, 17 Mar 2009)
New Revision: 14237
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
Log:
HTML select tag now supports attribute 'multiple'
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2009-03-17
14:36:05 UTC (rev 14236)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2009-03-17
15:41:21 UTC (rev 14237)
@@ -1624,7 +1624,7 @@
<vpe:tag name="select" case-sensitive="no">
<vpe:template children="yes" modify="yes">
- <vpe:copy attrs="id,style,class,size,dir,disabled" />
+ <vpe:copy attrs="id,style,class,size,dir,disabled,multiple" />
<vpe:resize>
<vpe:width width-attr="style.width" />
<vpe:height height-attr="style.height" />