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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 28 11:54:07 EST 2008


Author: vmolotkov
Date: 2008-02-28 11:54:07 -0500 (Thu, 28 Feb 2008)
New Revision: 6428

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
openOnEdit attribute was added

Modified: trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-28 16:46:00 UTC (rev 6427)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-28 16:54:07 UTC (rev 6428)
@@ -23,6 +23,9 @@
 		} else {
 			this.tempValueKeeper.focus();
 		}
+		if (this.attributes.openOnEdit && !this.comboList.isList) {
+			this.comboList.showWithDelay();
+		}
 	},
 	
 	tempKeeperClickHandler : function() {




More information about the richfaces-svn-commits mailing list