Author: dmaliarevich
Date: 2011-05-13 13:07:21 -0400 (Fri, 13 May 2011)
New Revision: 31302
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml
Log:
https://issues.jboss.org/browse/JBIDE-8453 , rf4 templates were renamed, re-ordered.
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml 2011-05-13
16:23:20 UTC (rev 31301)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml 2011-05-13
17:07:21 UTC (rev 31302)
@@ -197,6 +197,11 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="rich:modalPanel" case-sensitive="yes">
+ <vpe:template children="no" modify="yes" >
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="rich:dataDefinitionList" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataDefinitionListTemplate">
@@ -210,32 +215,152 @@
</vpe:dnd>
</vpe:template>
</vpe:tag>
-
- <vpe:tag name="rich:modalPanel" case-sensitive="yes">
- <vpe:template children="no" modify="yes" >
+
+ <vpe:tag name="rich:dataFilterSlider" case-sensitive="yes">
+ <vpe:template children="yes" modify="no"
+ class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataFilterSliderTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="width" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes" />
+ <vpe:drop container="no" />
+ </vpe:dnd>
</vpe:template>
</vpe:tag>
+
+ <vpe:tag name="rich:dataGrid" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataGridTemplate">
+ </vpe:template>
+ </vpe:tag>
- <vpe:tag name="rich:spacer" case-sensitive="yes">
+ <vpe:tag name="rich:dataList" case-sensitive="yes" >
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataListTemplate"
+ children="yes" modify="no">
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="no"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dataOrderedList" case-sensitive="yes"
>
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataOrderedListTemplate"
+ children="yes" modify="no">
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="no"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <!-- keep in mind that there is the same template for RF 4.0 rich:dataScroller
(below)-->
+ <vpe:tag name="rich:dataScroller" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
- class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSpacerTemplate">
+ class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataTableScrollerTemplate">
<vpe:resize>
<vpe:width width-attr="style.width" />
<vpe:height height-attr="style.height" />
</vpe:resize>
<vpe:dnd>
<vpe:drag start-enable="yes" />
- <vpe:drop container="no" />
+ <vpe:drop container="yes">
+ <vpe:container-child tag-name="f:facet" />
+ </vpe:drop>
</vpe:dnd>
- <vpe:textFormatting>
- <vpe:format type="BackgroundColorFormat">
- <vpe:formatAttribute type="style" />
- </vpe:format>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:datascroller" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
+ class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataTableScrollerTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes" />
+ <vpe:drop container="yes">
+ <vpe:container-child tag-name="f:facet" />
+ </vpe:drop>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dataTable" case-sensitive="yes">
+ <vpe:template children="yes" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataTableTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes" />
+ <vpe:drop container="yes">
+ <vpe:container-child tag-name="column"/>
+ </vpe:drop>
+ </vpe:dnd>
+ <vpe:textFormatting use-default-formats="yes">
+ <vpe:format type="BlockFormat" addChildren="deny"/>
</vpe:textFormatting>
- <vpe:pseudoContent defaultText="no"/>
+ <vpe:pseudoContent defaultText="yes"/>
</vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dndParam" case-sensitive="yes">
+ <vpe:template children="no" modify="no" />
</vpe:tag>
+ <vpe:tag name="rich:dragIndicator" case-sensitive="yes">
+ <vpe:template children="no" modify="no" />
+ </vpe:tag>
+
+ <vpe:tag name="rich:dragListener" case-sensitive="yes">
+ <vpe:template children="no" modify="yes" >
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dragSupport" case-sensitive="yes">
+ <vpe:template children="no" modify="no" />
+ </vpe:tag>
+
+ <vpe:tag name="rich:dropDownMenu" case-sensitive="yes" >
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDropDownMenuTemplate"
+ children="yes" modify="no">
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="no"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dropListener" case-sensitive="yes">
+ <vpe:template children="no" modify="yes" >
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:dropSupport" case-sensitive="yes">
+ <vpe:template children="no" modify="no" />
+ </vpe:tag>
+
+ <vpe:tag name="rich:scrollableDataTable"
case-sensitive="yes">
+ <vpe:template children="yes" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesScrollableDataTableTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="width" />
+ <vpe:height height-attr="height" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes" />
+ <vpe:drop container="yes">
+ <vpe:container-child tag-name="column"/>
+ </vpe:drop>
+ </vpe:dnd>
+ <vpe:textFormatting use-default-formats="yes">
+ <vpe:format type="BlockFormat" addChildren="deny"/>
+ </vpe:textFormatting>
+ <vpe:pseudoContent defaultText="yes"/>
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="rich:separator" case-sensitive="yes">
<vpe:template children="no" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSeparatorTemplate">
@@ -250,37 +375,92 @@
</vpe:template>
</vpe:tag>
+ <vpe:tag name="rich:simpleTogglePanel" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSimpleTogglePanelTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="yes"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
- <!-- keep in mind that there is the same template for RF 4.0 rich:dataScroller
(below)-->
- <vpe:tag name="rich:datascroller" case-sensitive="yes">
+ <vpe:tag name="rich:spacer" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
- class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataTableScrollerTemplate">
+ class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSpacerTemplate">
<vpe:resize>
<vpe:width width-attr="style.width" />
<vpe:height height-attr="style.height" />
</vpe:resize>
<vpe:dnd>
<vpe:drag start-enable="yes" />
- <vpe:drop container="yes">
- <vpe:container-child tag-name="f:facet" />
- </vpe:drop>
+ <vpe:drop container="no" />
</vpe:dnd>
+ <vpe:textFormatting>
+ <vpe:format type="BackgroundColorFormat">
+ <vpe:formatAttribute type="style" />
+ </vpe:format>
+ </vpe:textFormatting>
+ <vpe:pseudoContent defaultText="no"/>
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:dataFilterSlider" case-sensitive="yes">
- <vpe:template children="yes" modify="no"
- class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataFilterSliderTemplate">
+ <vpe:tag name="rich:subTable" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSubTableTemplate">
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:suggestionbox" case-sensitive="yes" >
+ <vpe:template children="no" modify="no" />
+ </vpe:tag>
+
+ <vpe:tag name="rich:tabPanel" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTabPanelTemplate">
<vpe:resize>
- <vpe:width width-attr="width" />
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
</vpe:resize>
<vpe:dnd>
- <vpe:drag start-enable="yes" />
- <vpe:drop container="no" />
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="no"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:toggleControl" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToggleControlTemplate">
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="yes"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="rich:togglePanel" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTogglePanelTemplate">
+ <vpe:resize>
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
+ </vpe:resize>
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="yes"/>
</vpe:dnd>
</vpe:template>
</vpe:tag>
-
+
+ <vpe:tag name="rich:togglePanelItem" case-sensitive="yes">
+ <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTogglePanelItemTemplate">
+ <vpe:dnd>
+ <vpe:drag start-enable="yes"/>
+ <vpe:drop container="yes"/>
+ </vpe:dnd>
+ </vpe:template>
+ </vpe:tag>
+
<vpe:tag name="rich:toolBar" case-sensitive="yes" >
<vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToolBarTemplate"
children="yes" modify="no">
@@ -295,9 +475,13 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:toolBarGroup" case-sensitive="yes" >
- <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToolBarGroupTemplate"
+ <vpe:tag name="rich:toolbar" case-sensitive="yes" >
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToolBarTemplate"
children="yes" modify="no">
+ <vpe:resize>
+ <vpe:width width-attr="style.width" />
+ <vpe:height height-attr="style.height" />
+ </vpe:resize>
<vpe:dnd>
<vpe:drag start-enable="yes"/>
<vpe:drop container="no"/>
@@ -305,13 +489,8 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:toolBarSeparator" case-sensitive="yes"
>
- <vpe:template children="no" modify="no" >
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:dataList" case-sensitive="yes" >
- <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataListTemplate"
+ <vpe:tag name="rich:toolBarGroup" case-sensitive="yes" >
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToolBarGroupTemplate"
children="yes" modify="no">
<vpe:dnd>
<vpe:drag start-enable="yes"/>
@@ -320,8 +499,8 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:dataOrderedList" case-sensitive="yes"
>
- <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataOrderedListTemplate"
+ <vpe:tag name="rich:toolbarGroup" case-sensitive="yes" >
+ <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToolBarGroupTemplate"
children="yes" modify="no">
<vpe:dnd>
<vpe:drag start-enable="yes"/>
@@ -330,43 +509,20 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:dataTable" case-sensitive="yes">
- <vpe:template children="yes" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataTableTemplate">
- <vpe:resize>
- <vpe:width width-attr="style.width" />
- <vpe:height height-attr="style.height" />
- </vpe:resize>
- <vpe:dnd>
- <vpe:drag start-enable="yes" />
- <vpe:drop container="yes">
- <vpe:container-child tag-name="column"/>
- </vpe:drop>
- </vpe:dnd>
- <vpe:textFormatting use-default-formats="yes">
- <vpe:format type="BlockFormat" addChildren="deny"/>
- </vpe:textFormatting>
- <vpe:pseudoContent defaultText="yes"/>
+ <vpe:tag name="rich:toolBarSeparator" case-sensitive="yes"
>
+ <vpe:template children="no" modify="no" >
</vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:scrollableDataTable"
case-sensitive="yes">
- <vpe:template children="yes" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesScrollableDataTableTemplate">
- <vpe:resize>
- <vpe:width width-attr="width" />
- <vpe:height height-attr="height" />
- </vpe:resize>
- <vpe:dnd>
- <vpe:drag start-enable="yes" />
- <vpe:drop container="yes">
- <vpe:container-child tag-name="column"/>
- </vpe:drop>
- </vpe:dnd>
- <vpe:textFormatting use-default-formats="yes">
- <vpe:format type="BlockFormat" addChildren="deny"/>
- </vpe:textFormatting>
- <vpe:pseudoContent defaultText="yes"/>
+ </vpe:tag>
+
+ <vpe:tag name="rich:toolTip" case-sensitive="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
- </vpe:tag>
+ </vpe:tag>
+
+ <vpe:tag name="rich:tooltip" case-sensitive="yes">
+ <vpe:template children="no" modify="yes" >
+ </vpe:template>
+ </vpe:tag>
<vpe:tag name="rich:extendedDataTable"
case-sensitive="yes">
<vpe:template children="yes" modify="no"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesExtendedDataTableTemplate">
@@ -412,16 +568,6 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:subTable" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSubTableTemplate">
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:dataGrid" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDataGridTemplate">
- </vpe:template>
- </vpe:tag>
-
<vpe:tag name="rich:collapsiblePanel" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelTemplate">
<vpe:resize>
@@ -492,64 +638,6 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:simpleTogglePanel" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesSimpleTogglePanelTemplate">
- <vpe:resize>
- <vpe:width width-attr="style.width" />
- <vpe:height height-attr="style.height" />
- </vpe:resize>
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="yes"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:togglePanel" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTogglePanelTemplate">
- <vpe:resize>
- <vpe:width width-attr="style.width" />
- <vpe:height height-attr="style.height" />
- </vpe:resize>
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="yes"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:toggleControl" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesToggleControlTemplate">
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="yes"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
- <vpe:tag name="rich:togglePanelItem" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTogglePanelItemTemplate">
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="yes"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
-
- <vpe:tag name="rich:tabPanel" case-sensitive="yes">
- <vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTabPanelTemplate">
- <vpe:resize>
- <vpe:width width-attr="style.width" />
- <vpe:height height-attr="style.height" />
- </vpe:resize>
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="no"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
<vpe:tag name="rich:tab" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesTabTemplate">
<vpe:dnd>
@@ -559,36 +647,6 @@
</vpe:template>
</vpe:tag>
- <vpe:tag name="rich:dndParam" case-sensitive="yes">
- <vpe:template children="no" modify="no" />
- </vpe:tag>
-
- <vpe:tag name="rich:dragIndicator" case-sensitive="yes">
- <vpe:template children="no" modify="no" />
- </vpe:tag>
-
- <vpe:tag name="rich:dragSupport" case-sensitive="yes">
- <vpe:template children="no" modify="no" />
- </vpe:tag>
-
- <vpe:tag name="rich:dropSupport" case-sensitive="yes">
- <vpe:template children="no" modify="no" />
- </vpe:tag>
-
- <vpe:tag name="rich:suggestionbox" case-sensitive="yes" >
- <vpe:template children="no" modify="no" />
- </vpe:tag>
-
- <vpe:tag name="rich:dropDownMenu" case-sensitive="yes" >
- <vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesDropDownMenuTemplate"
- children="yes" modify="no">
- <vpe:dnd>
- <vpe:drag start-enable="yes"/>
- <vpe:drop container="no"/>
- </vpe:dnd>
- </vpe:template>
- </vpe:tag>
-
<vpe:tag name="rich:menuItem" case-sensitive="yes" >
<vpe:template
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesMenuItemTemplate"
children="yes" modify="no">
@@ -674,11 +732,6 @@
</vpe:dnd>
</vpe:template>
</vpe:tag>
-
- <vpe:tag name="rich:toolTip" case-sensitive="yes">
- <vpe:template children="no" modify="yes" >
- </vpe:template>
- </vpe:tag>
<vpe:tag name="rich:effect" case-sensitive="yes">
<vpe:template children="no" modify="yes" >
@@ -719,16 +772,7 @@
<vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
-
- <vpe:tag name="rich:dragListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" >
- </vpe:template>
- </vpe:tag>
- <vpe:tag name="rich:dropListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" >
- </vpe:template>
- </vpe:tag>
-
+
<vpe:tag name="rich:panelMenuItem" case-sensitive="yes">
<vpe:template children="yes" modify="yes"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesPanelMenuItemTemplate">
<vpe:dnd>
@@ -919,4 +963,8 @@
</vpe:template>
</vpe:tag>
+ <!-- RF4 templates w/corected names -->
+
+
+
</vpe:templates>
\ No newline at end of file