Author: ppitonak(a)redhat.com
Date: 2011-03-29 12:50:19 -0400 (Tue, 29 Mar 2011)
New Revision: 22329
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml
Log:
description in hash param sample fixed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml 2011-03-29
08:29:24 UTC (rev 22328)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml 2011-03-29
16:50:19 UTC (rev 22329)
@@ -56,8 +56,8 @@
<h:outputText value="150px" />
</h:panelGrid>
<p>Also panel getting centered by using:</p>
- <p><a4j:param noEscape="true"
name="left" value="(screen.width/2)-250"/></p>
- <p><a4j:param noEscape="true" name="top"
value="(screen.height/2)-150"/></p>
+ <p><a4j:param noEscape="true"
name="left" value="33+44"/></p>
+ <p><a4j:param noEscape="true" name="top"
value="55-33"/></p>
<fieldset>
<legend><b>NOTE</b></legend>
Show replies by date