[richfaces-svn-commits] JBoss Rich Faces SVN: r6275 - in trunk/sandbox/ui/inplaceSelect/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:34:38 EST 2008
Author: abelevich
Date: 2008-02-21 13:34:38 -0500 (Thu, 21 Feb 2008)
New Revision: 6275
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/sandbox/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
Log:
add standart html events
Modified: trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-02-21 18:26:43 UTC (rev 6274)
+++ trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-02-21 18:34:38 UTC (rev 6275)
@@ -140,6 +140,7 @@
<description></description>
<defaultvalue>"200px"</defaultvalue>
</property>
+ &html_events;
</properties>
</component>
</components>
Modified: trunk/sandbox/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-02-21 18:26:43 UTC (rev 6274)
+++ trunk/sandbox/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-02-21 18:34:38 UTC (rev 6275)
@@ -60,7 +60,8 @@
</jsp:scriptlet>
<f:resource var="spacer" name="images/spacer.gif"/>
-<span id="#{clientId}" class="rich-inplace-select-default-state">
+<span id="#{clientId}" class="rich-inplace-select-default-state"
+ x:passThruWithExclusions="id,styleClass,class,style">
<input id="#{clientId}tabber" type="button" value="" style="width: 1px; position: absolute; left: -32767px;" />
<img id="#{clientId}inplaceStrut" src="#{spacer}" class="rich-inplace-select-strut" style="display: none"/>
<input id="#{clientId}inplaceTmpValue"
More information about the richfaces-svn-commits
mailing list