Author: ppitonak(a)redhat.com
Date: 2010-12-08 06:28:52 -0500 (Wed, 08 Dec 2010)
New Revision: 20448
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-676
* samples for popup panel fixed (ZIndex was renamed to zindex)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2010-12-08
10:18:04 UTC (rev 20447)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2010-12-08
11:28:52 UTC (rev 20448)
@@ -47,7 +47,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}"
@@ -87,6 +86,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>
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-08
10:18:04 UTC (rev 20447)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml 2010-12-08
11:28:52 UTC (rev 20448)
@@ -84,7 +84,7 @@
trimOverlayedElements="#{richPopupPanelBean.attributes['trimOverlayedElements'].value}"
visualOptions="#{richPopupPanelBean.attributes['visualOptions'].value}"
width="#{richPopupPanelBean.attributes['width'].value}"
-
zIndex="#{richPopupPanelBean.attributes['zIndex'].value}"
+
zindex="#{richPopupPanelBean.attributes['zindex'].value}"
<f:facet name="controls">
<h:outputLink value="#"
onclick="#{rich:component('popupPanel')}.hide(); return
false;">X</h:outputLink>