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>
Show replies by date