[richfaces-svn-commits] JBoss Rich Faces SVN: r11914 - in trunk/ui: tabPanel/src/main/config/component and 2 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 19 08:55:25 EST 2008
Author: cluts
Date: 2008-12-19 08:55:25 -0500 (Fri, 19 Dec 2008)
New Revision: 11914
Modified:
trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
trunk/ui/tree/src/main/config/component/tree.xml
Log:
RF-5428 - The "switchType" attribute descriptions has been corrected for the following components: simpleTogglePanel, tabPanel, tab, togglePanel, tree.
Modified: trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-12-19 13:42:01 UTC (rev 11913)
+++ trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-12-19 13:55:25 UTC (rev 11914)
@@ -81,7 +81,7 @@
<name>switchType</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA[Facets switch algorithm: "client", "server"(default), "ajax"]]>
+ <![CDATA[Panels switch mode: "client", "server"(default), "ajax"]]>
</description>
</property>
<property required="false">
Modified: trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-12-19 13:42:01 UTC (rev 11913)
+++ trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-12-19 13:55:25 UTC (rev 11914)
@@ -65,7 +65,7 @@
<property>
<name>switchType</name>
<classname>java.lang.String</classname>
- <description><![CDATA[Tab switch algorithm: "client", "server"(default), "ajax"]]></description>
+ <description><![CDATA[Tabs switch mode: "client", "server"(default), "ajax"]]></description>
<defaultvalue>DEFAULT_METHOD</defaultvalue>
</property>
<property hidden="true" >
@@ -223,7 +223,7 @@
<property>
<name>switchType</name>
<classname>java.lang.String</classname>
- <description>Tab switch algorithm. Possible values are "client", "server", "ajax", "page".</description>
+ <description>Tabs switch mode. Possible values are "client", "server", "ajax", "page".</description>
</property>
<property hidden="true">
<name>active</name>
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-12-19 13:42:01 UTC (rev 11913)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-12-19 13:55:25 UTC (rev 11914)
@@ -40,7 +40,7 @@
<name>switchType</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA[Facets switch algorithm: "client", "server"(default), "ajax".]]>
+ <![CDATA[Facets switch mode: "client", "server"(default), "ajax".]]>
</description>
<defaultvalue>DEFAULT_METHOD</defaultvalue>
</property>
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2008-12-19 13:42:01 UTC (rev 11913)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2008-12-19 13:55:25 UTC (rev 11914)
@@ -115,7 +115,7 @@
<property>
<name>switchType</name>
<classname>java.lang.String</classname>
- <description>Tree switch algorithm: "client", "server", "ajax"</description>
+ <description>Tree Nodes switch mode: "client", "server", "ajax"</description>
<defaultvalue>"ajax"</defaultvalue>
</property>
<property>
More information about the richfaces-svn-commits
mailing list