[richfaces-svn-commits] JBoss Rich Faces SVN: r6351 - 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
Tue Feb 26 12:09:19 EST 2008


Author: vmolotkov
Date: 2008-02-26 12:09:19 -0500 (Tue, 26 Feb 2008)
New Revision: 6351

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
strut width

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-26 16:16:08 UTC (rev 6350)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js	2008-02-26 17:09:19 UTC (rev 6351)
@@ -104,5 +104,7 @@
 	
 	getCurrentText : function() {
 		return this.inplaceInput.childNodes[6];
-	}
+	},
+	
+	setStrutWidth : function() {}
 });




More information about the richfaces-svn-commits mailing list