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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 13:26:44 EST 2008


Author: abelevich
Date: 2008-02-21 13:26:43 -0500 (Thu, 21 Feb 2008)
New Revision: 6274

Modified:
   trunk/sandbox/ui/inplaceInput/src/main/config/component/inplaceinput.xml
   trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
add satndart html events

Modified: trunk/sandbox/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/config/component/inplaceinput.xml	2008-02-21 17:59:50 UTC (rev 6273)
+++ trunk/sandbox/ui/inplaceInput/src/main/config/component/inplaceinput.xml	2008-02-21 18:26:43 UTC (rev 6274)
@@ -155,9 +155,9 @@
 		  		<name>controlHoverClass</name>
 		  		<classname>java.lang.String</classname>
 		  	</property>
+		  	&html_events;
 		  	
 		  	
-		  	
 		</properties>    
     </component>
 </components>

Modified: trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx	2008-02-21 17:59:50 UTC (rev 6273)
+++ trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx	2008-02-21 18:26:43 UTC (rev 6274)
@@ -59,7 +59,8 @@
 	   	]]>
 	</jsp:scriptlet>
 	
-	<span id="#{clientId}" class='rich-inplace rich-inplace-view #{component.attributes["styleClass"]}'>
+	<span id="#{clientId}" class='rich-inplace rich-inplace-view #{component.attributes["styleClass"]}'
+	x:passThruWithExclusions="id,styleClass,class,style">
 		<input id="#{clientId}tabber" type="button" value="" style="width: 1px; position: absolute; left: -32767px;" />
 		<img id="#{clientId}strut" src="#{spacer}" class="is_strut"/>
 		<input id='#{clientId}tempValue'




More information about the richfaces-svn-commits mailing list