[richfaces-svn-commits] JBoss Rich Faces SVN: r11485 - trunk/ui/suggestionbox/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 2 08:26:14 EST 2008
Author: dmorozov
Date: 2008-12-02 08:26:14 -0500 (Tue, 02 Dec 2008)
New Revision: 11485
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-4594
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-12-02 12:05:48 UTC (rev 11484)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-12-02 13:26:14 UTC (rev 11485)
@@ -117,7 +117,7 @@
Name of the CSS class for a suggestion entry element.
(table row)
</description>
- <defaultvalue>"richfaces_suggestionEntry"</defaultvalue>
+ <defaultvalue>""</defaultvalue>
</property>
<property>
<name>rowClasses</name>
@@ -171,7 +171,7 @@
Name of the CSS class for a selected suggestion entry
element (table cell)
</description>
- <defaultvalue>"richfaces_suggestionSelectValue"</defaultvalue>
+ <defaultvalue>""</defaultvalue>
</property>
<property>
<name>param</name>
More information about the richfaces-svn-commits
mailing list