[richfaces-svn-commits] JBoss Rich Faces SVN: r5274 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 10 12:28:50 EST 2008


Author: vmolotkov
Date: 2008-01-10 12:28:49 -0500 (Thu, 10 Jan 2008)
New Revision: 5274

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
selection functionality was corrected

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-10 16:14:39 UTC (rev 5273)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-10 17:28:49 UTC (rev 5274)
@@ -208,6 +208,7 @@
 Richfaces.ComboBoxList.prototype = {
 	
 	initialize: function(listId, parentListId, selectFirstOnUpdate, classes, width, height, itemsText, onlistcall, fieldXY) {
+		 
 		this.list = $(listId);
 		this.listParent = $(parentListId);
 		




More information about the richfaces-svn-commits mailing list