Wednesday, 9 March
2011
Wed, 9 Mar
'11
4:35 a.m.
Author: lfryc(a)redhat.com
Date: 2011-03-09 05:35:12 -0500 (Wed, 09 Mar 2011)
New Revision: 22097
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml
Log:
hashParameter - popup panel sample - added fix for shadow (RFPL-1243)
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-09
10:34:43 UTC (rev 22096)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richHashParam/simple.xhtml 2011-03-09
10:35:12 UTC (rev 22097)
@@ -72,10 +72,10 @@
<rich:componentControl target="popupPanel"
operation="show">
<a4j:param noEscape="true" value="event"
/>
<rich:hashParam>
- <f:param name="width" value="543px" />
- <f:param name="height" value="345px"
/>
- <f:param name="minWidth" value="300px"
/>
- <f:param name="minHeight" value="150px"
/>
+ <f:param name="width" value="543" />
+ <f:param name="height" value="345" />
+ <f:param name="minWidth" value="300"
/>
+ <f:param name="minHeight" value="150"
/>
<a4j:param noEscape="true" name="left"
value="33+44" />
<a4j:param noEscape="true" name="top"
value="55-33" />
</rich:hashParam>
Show replies by date