[richfaces-svn-commits] JBoss Rich Faces SVN: r11904 - trunk/test-applications/jsp/src/main/webapp/InplaceInput.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 19 05:38:39 EST 2008
Author: tromanovich
Date: 2008-12-19 05:38:39 -0500 (Fri, 19 Dec 2008)
New Revision: 11904
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInputProperty.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInputProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInputProperty.jsp 2008-12-19 10:05:24 UTC (rev 11903)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInputProperty.jsp 2008-12-19 10:38:39 UTC (rev 11904)
@@ -114,7 +114,19 @@
onclick="$('formID:inplaceInputSubviewID:inplaceInputId').component.setValue('setValue')"
value="setValuel"></a4j:commandLink>
<br />
+ <f:verbatim>
+ <h:outputText value="Component Control test"
+ style="FONT-WEIGHT: bold;"></h:outputText>
+ <br />
+ <a href="#" id="setValueID">setValue('testValue: ~!@#$%^&*()_+=-[]{}"|;<>/')</a>
+ <br />
+ </f:verbatim>
<br />
+ <rich:componentControl attachTo="setValueID" event="onclick"
+ for="inplaceInputId" operation="setValue">
+ <f:param name="value" value="testValue: ~!@#$%^&*()_+=-[]{}|;<>/"/>
+ </rich:componentControl>
+ <br />
<div style="FONT-WEIGHT: bold;">rich:findComponent</div>
<h:panelGrid columns="2">
<rich:column>
More information about the richfaces-svn-commits
mailing list