From richfaces-svn-commits at lists.jboss.org Tue Nov 27 14:37:57 2007 Content-Type: multipart/mixed; boundary="===============3624681123163428498==" 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: r4297 - in branches/3.1.x/samples/modalpanel-sample: src/main/webapp/pages and 1 other directory. Date: Tue, 27 Nov 2007 14:37:56 -0500 Message-ID: --===============3624681123163428498== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nbelaevski Date: 2007-11-27 14:37:56 -0500 (Tue, 27 Nov 2007) New Revision: 4297 Modified: branches/3.1.x/samples/modalpanel-sample/pom.xml branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.jsp Log: http://jira.jboss.com/jira/browse/RF-1423 Modified: branches/3.1.x/samples/modalpanel-sample/pom.xml =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 --- branches/3.1.x/samples/modalpanel-sample/pom.xml 2007-11-27 19:31:13 UT= C (rev 4296) +++ branches/3.1.x/samples/modalpanel-sample/pom.xml 2007-11-27 19:37:56 UT= C (rev 4297) @@ -14,12 +14,17 @@ org.richfaces.ui modal-panel - 3.1.3-SNAPSHOT + ${project.version} + + org.richfaces.ui + componentControl + ${project.version} + org.richfaces.samples skins - 3.1.3-SNAPSHOT + ${project.version} Modified: branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/in= dex.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 --- branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.js= p 2007-11-27 19:31:13 UTC (rev 4296) +++ branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.js= p 2007-11-27 19:37:56 UTC (rev 4297) @@ -9,6 +9,7 @@ <%@ 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://labs.jboss.com/jbossrichfaces/ui/modal-panel" pre= fix=3D"mp" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/componentControl= " prefix=3D"cc" %> = @@ -148,115 +149,21 @@ Show: width =3D 1 - = - <%-- = - - - Modal panel is here! - + + + + C= lick text to hide modal panel! - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - - - Modal panel is here! - - - --%> + + = + + +

Click text to activate modal panel!

+
+ + =
div div div --===============3624681123163428498==--