[richfaces-svn-commits] JBoss Rich Faces SVN: r14707 - branches/community/3.3.X/ui/suggestionbox/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 23 11:55:18 EDT 2009


Author: ochikvina
Date: 2009-06-23 11:55:18 -0400 (Tue, 23 Jun 2009)
New Revision: 14707

Modified:
   branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;

Modified: branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2009-06-23 15:54:42 UTC (rev 14706)
+++ branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2009-06-23 15:55:18 UTC (rev 14707)
@@ -236,7 +236,7 @@
             <name>popupStyle</name>
             <classname>java.lang.String</classname>
             <description>
-            	Holds a fragment of a style sheet that applies to the content of the pop-up suggestion element
+            	CSS style rules to be applied to the content of the pop-up suggestion element
             </description>
             <defaultvalue>""</defaultvalue>
         </property>
@@ -244,7 +244,7 @@
             <name>style</name>
             <classname>java.lang.String</classname>
             <description>
-            	Holds a fragment of a style sheet that applies to the component
+            	CSS style rules to be applied to the component
             </description>
             <defaultvalue>""</defaultvalue>
         </property>




More information about the richfaces-svn-commits mailing list