[richfaces-svn-commits] JBoss Rich Faces SVN: r731 - in trunk/richfaces: toolBar/src/main/config/component and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri May 11 07:02:49 EDT 2007


Author: vkukharchuk
Date: 2007-05-11 07:02:49 -0400 (Fri, 11 May 2007)
New Revision: 731

Modified:
   trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
   trunk/richfaces/toolBar/src/main/config/component/toolBar.xml
Log:


Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-05-11 09:42:50 UTC (rev 730)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-05-11 11:02:49 UTC (rev 731)
@@ -71,7 +71,7 @@
                 java.lang.Object.class
             </methodargs>
             <description>
-                <![CDATA[Method calls an expression to get a collection of suggestion data on request. It must have one parameter with a type of Object vith content of input component and must return any type allowed for <h:datatable> ]]>
+                <![CDATA[Method calls an expression to get a collection of suggestion data on request. It must have one parameter with a type of Object with content of input component and must return any type allowed for <h:datatable> ]]>
             </description>
         </property>
         <property>
@@ -95,7 +95,7 @@
                 directly from stored components tree, bypasses page
                 processing. Can be used for increase performance. Also,
                 must be set to 'true' inside iteration components, such
-                as dataTable
+                as dataTable.
             </description>
         </property>
         <property>
@@ -135,14 +135,14 @@
             <classname>java.lang.String</classname>
             <description>
                 Name of the CSS class for a selected suggestion entry
-                element (table row)
+                element (table row).
             </description>
         </property>
         <property>
             <name>selectValueClass</name>
             <classname>java.lang.String</classname>
             <description>
-                Name of the CSS class for a hidden suggestion entry
+                Name of the CSS class for a selected suggestion entry
                 element (table cell)
             </description>
             <defaultvalue>"richfaces_suggestionSelectValue"</defaultvalue>
@@ -283,8 +283,7 @@
             <name>shadowOpacity</name>
             <classname>java.lang.String</classname>
             <description>
-                HTML CSS class attribute of element for pop-up
-                suggestion content
+                Attribute defines shadow opacity for suggestion content.
             </description>
         </property>
         <property>

Modified: trunk/richfaces/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/richfaces/toolBar/src/main/config/component/toolBar.xml	2007-05-11 09:42:50 UTC (rev 730)
+++ trunk/richfaces/toolBar/src/main/config/component/toolBar.xml	2007-05-11 11:02:49 UTC (rev 731)
@@ -69,8 +69,7 @@
     	<name>separatorClass</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA[A CSS class to be applied to menu bar group separators.
-    		Use this property, for example, to setup parameters of a font.]]>
+    		<![CDATA[A CSS class to be applied to tool bar separators.]]>
     	</description>
     </property>
     <property>
@@ -137,14 +136,14 @@
     	<name>separatorClass</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA["A CSS class to be applied to menu bar group separators."]]>
+    		<![CDATA["A CSS class to be applied to tool bar group separators."]]>
     	</description>    	
     </property>
     <property>
     	<name>location</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA["A location of a group on a menu bar. Possible values are "left" and "right"."]]>
+    		<![CDATA["A location of a group on a tool bar. Possible values are "left" and "right"."]]>
     	</description>
     	<defaultvalue>
     		<![CDATA["left"]]>




More information about the richfaces-svn-commits mailing list