From richfaces-svn-commits at lists.jboss.org Wed Jun 18 09:13:23 2008 Content-Type: multipart/mixed; boundary="===============0102255798485267408==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r9095 - trunk/test-applications/jsp/src/main/webapp/ModalPanel. Date: Wed, 18 Jun 2008 09:13:23 -0400 Message-ID: --===============0102255798485267408== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mvitenkov Date: 2008-06-18 09:13:23 -0400 (Wed, 18 Jun 2008) New Revision: 9095 Modified: trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp Log: show & hide JS API with rich:componentControl Modified: trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel= .jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2= 008-06-18 11:29:15 UTC (rev 9094) +++ trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2= 008-06-18 13:13:23 UTC (rev 9095) @@ -2,6 +2,12 @@ <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f"%> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> + + = @@ -32,7 +38,7 @@ onmaskmouseout=3D"#{event.onmaskmouseout}" onmaskmouseover=3D"#{event.onmaskmouseover}" onmaskmouseup=3D"#{event.onmaskmouseup}" onmove=3D"#{event.onmove}" - onresize=3D"#{event.onresize}" onshow=3D"#{event.onshow}" + onresize=3D"#{event.onresize}" onshow=3D"#{event.onshow}" = > @@ -190,13 +196,25 @@
= - + + + +
+
+ + < +

-
z= -index
+
+ z-index1 + +

+
+ z-index2 + +
--===============0102255798485267408==--