[richfaces-svn-commits] JBoss Rich Faces SVN: r5257 - in trunk/sandbox/ui/combobox/src/main: templates and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 10 07:14:17 EST 2008


Author: vmolotkov
Date: 2008-01-10 07:14:17 -0500 (Thu, 10 Jan 2008)
New Revision: 5257

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
component is corrected

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-10 09:22:33 UTC (rev 5256)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2008-01-10 12:14:17 UTC (rev 5257)
@@ -81,6 +81,7 @@
 
 .rich-combobox-item {
 	padding : 2px; white-space : nowrap;
+	width: 100%;
 }
 
 

Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2008-01-10 09:22:33 UTC (rev 5256)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2008-01-10 12:14:17 UTC (rev 5257)
@@ -74,6 +74,7 @@
 		
 
 	<script type="text/javascript">
+		
 		var combobox = new Richfaces.ComboBox( "#{clientId}", 
 							   				   "list#{clientId}", 
 							   				   "listParent#{clientId}",




More information about the richfaces-svn-commits mailing list