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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 20 10:00:45 EST 2008


Author: vmolotkov
Date: 2008-02-20 10:00:45 -0500 (Wed, 20 Feb 2008)
New Revision: 6211

Modified:
   trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
latest changes

Modified: trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js	2008-02-20 14:41:57 UTC (rev 6210)
+++ trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js	2008-02-20 15:00:45 UTC (rev 6211)
@@ -195,6 +195,8 @@
 		
 		this.createNewText(this.currentText);
 		this.inplaceInput.className = this.classes.COMPONENT.VIEW.NORMAL;
+		this.inplaceInput.observe("mouseover", function(e){this.inplaceMouseOverHandler(e);}.bindAsEventListener(this));
+		
 		this.strut.hide();
 	},
 	




More information about the richfaces-svn-commits mailing list