Author: ppitonak(a)redhat.com
Date: 2010-12-02 06:05:12 -0500 (Thu, 02 Dec 2010)
New Revision: 20295
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-676
* sample modified because attribute ZIndex was renamed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml 2010-12-02
11:03:33 UTC (rev 20294)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml 2010-12-02
11:05:12 UTC (rev 20295)
@@ -45,7 +45,6 @@
</h:commandButton>
<rich:popupPanel id="popupPanel"
-
ZIndex="#{richPopupPanelBean.attributes['ZIndex'].value}"
autosized="#{richPopupPanelBean.attributes['autosized'].value}"
controlsClass="#{richPopupPanelBean.attributes['controlsClass'].value}"
domElementAttachment="#{richPopupPanelBean.attributes['domElementAttachment'].value}"
@@ -85,6 +84,7 @@
trimOverlayedElements="#{richPopupPanelBean.attributes['trimOverlayedElements'].value}"
visualOptions="#{richPopupPanelBean.attributes['visualOptions'].value}"
width="#{richPopupPanelBean.attributes['width'].value}"
+
zIndex="#{richPopupPanelBean.attributes['zIndex'].value}"
<f:facet name="controls">
<h:outputLink value="#"
onclick="#{rich:component('popupPanel')}.hide(); return
false;">X</h:outputLink>