Author: dmaliarevich
Date: 2011-05-13 11:54:09 -0400 (Fri, 13 May 2011)
New Revision: 31298
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
Log:
https://issues.jboss.org/browse/JBIDE-8479 , templates were added
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 2011-05-13
15:32:15 UTC (rev 31297)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2011-05-13
15:54:09 UTC (rev 31298)
@@ -143,13 +143,28 @@
</vpe:dnd>
</vpe:template>
</vpe:tag>
-
- <vpe:tag name="audio" case-sensitive="no">
+
+ <vpe:tag name="article" case-sensitive="no">
<vpe:template children="yes" modify="yes">
- <vpe:copy
attrs="id,style,class,dir,hidden,autoplay,controls,loop,preload,src" />
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
</vpe:template>
</vpe:tag>
+ <vpe:tag name="aside" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="audio" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ <vpe:copy
+ attrs="id,style,class,dir,hidden,autoplay,controls,loop,preload,src" />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="b" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,dir" />
@@ -437,6 +452,12 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="canvas" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ <vpe:copy />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="caption" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,dir" />
@@ -563,6 +584,18 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="command" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="datalist" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="dd" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,dir" />
@@ -625,6 +658,7 @@
<vpe:tag name="details" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,dir,hidden,open" />
+ <vpe:textFormatting use-default-formats="yes" />
</vpe:template>
</vpe:tag>
@@ -819,6 +853,20 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="figcaption" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="figure" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="font" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,size,color,face,dir" />
@@ -866,7 +914,14 @@
<vpe:copy attrs="border,bordercolor,cols,frameborder,framespacing,rows"
/>
</vpe:template>
</vpe:tag>
-
+
+ <vpe:tag name="footer" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="h1" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,align,dir" />
@@ -1077,6 +1132,20 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="header" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="hgroup" case-sensitive="no">
+ <vpe:template children="yes" modify="yes">
+ <vpe:copy />
+ <vpe:textFormatting use-default-formats="yes" />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="hr" case-sensitive="no">
<vpe:template children="no" modify="no">
<vpe:copy attrs="id,style,class,align,size,width,color,dir" />
@@ -1289,6 +1358,15 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="keygen" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ <select>
+ <option>High Grade</option>
+ <option>Medium Grade</option>
+ </select>
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="kbd" case-sensitive="no">
<vpe:template children="yes" modify="yes">
<vpe:copy attrs="id,style,class,dir" />
@@ -1459,6 +1537,13 @@
<vpe:copy attrs="id,style,class,dir,hidden" />
</vpe:template>
</vpe:tag>
+
+ <vpe:tag name="marquee" case-sensitive="no">
+ <vpe:template children="yes" modify="no">
+ <vpe:copy
+ attrs="behavior,bgcolor,direction,height,hspace,loop,scrollamount,scrolldelay,truespeed,vspace,width"
/>
+ </vpe:template>
+ </vpe:tag>
<vpe:tag name="menu" case-sensitive="no">
<vpe:template children="yes" modify="no">
@@ -1490,6 +1575,11 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="noembed" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="noframes" case-sensitive="no">
<vpe:template children="yes" modify="no" >
<vpe:copy />
@@ -2288,6 +2378,18 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="wbr" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ <vpe:copy />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="xmp" case-sensitive="no">
+ <vpe:template children="yes" modify="no">
+ <vpe:copy />
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="#comment" case-sensitive="no">
<vpe:template children="no" modify="yes"
class="org.jboss.tools.vpe.html.template.HtmlCommentTemplate">
@@ -2299,28 +2401,5 @@
class="org.jboss.tools.vpe.html.template.HtmlTextTemplate">
</vpe:template>
</vpe:tag>
-
- <vpe:tag name="marquee" case-sensitive="no">
- <vpe:template children="yes" modify="no">
- <vpe:copy
- attrs="behavior,bgcolor,direction,height,hspace,loop,scrollamount,scrolldelay,truespeed,vspace,width"
/>
- </vpe:template>
- </vpe:tag>
- <vpe:tag name="noembed" case-sensitive="no">
- <vpe:template children="no" modify="no">
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="wbr" case-sensitive="no">
- <vpe:template children="no" modify="no">
- <vpe:copy />
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="xmp" case-sensitive="no">
- <vpe:template children="yes" modify="no">
- <vpe:copy />
- </vpe:template>
- </vpe:tag>
</vpe:templates>
\ No newline at end of file