From richfaces-svn-commits at lists.jboss.org Wed Jul 16 08:14:35 2008 Content-Type: multipart/mixed; boundary="===============5615048220712498216==" 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: r9631 - in trunk/test-applications/jsp/src/main/webapp: ModalPanel and 1 other directories. Date: Wed, 16 Jul 2008 08:14:35 -0400 Message-ID: --===============5615048220712498216== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: adubovsky Date: 2008-07-16 08:14:35 -0400 (Wed, 16 Jul 2008) New Revision: 9631 Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp Log: minor changes in modalPanel and comboBox Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.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/Combobox/Combobox.jsp 2008-= 07-16 11:43:39 UTC (rev 9630) +++ trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp 2008-= 07-16 12:14:35 UTC (rev 9631) @@ -44,10 +44,12 @@ onmouseout=3D"#{event.onmouseout}" = onmouseover=3D"#{event.onmouseover}" = onmouseup=3D"#{event.onmouseup}" = - onselect=3D"#{event.onselect}" = + onselect=3D"#{event.onselect}" = binding=3D"#{combobox.htmlComboBox}" - align=3D"#{combobox.align}"> - + align=3D"#{combobox.align}" > + + + = = = Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProp= erty.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/Combobox/ComboboxProperty.j= sp 2008-07-16 11:43:39 UTC (rev 9630) +++ trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.j= sp 2008-07-16 12:14:35 UTC (rev 9631) @@ -71,7 +71,7 @@
disable = - + 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-07-16 11:43:39 UTC (rev 9630) +++ trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2= 008-07-16 12:14:35 UTC (rev 9631) @@ -8,13 +8,12 @@ var trs =3D tbody.getElementsByTagName('TR'); var y =3D parseInt(height); var x =3D parseInt(width); = - trs[1].innerHTML =3D 'modalPanel\'s size: ' + x*y + ' px*px'; + trs[1].innerHTML =3D 'modalPanel\'s size: ' + x + 'x' +y + ' px*px'; return false; = } = @@ -22,10 +21,6 @@ = = - - - - + onmaskmouseup=3D"#{event.onmaskmouseup}" = + onmove=3D"#{event.onmove}" + onresize=3D"#{event.onresize}" onshow=3D"#{event.onshow}" = + onbeforehide=3D"#{event.onbeforehide}" + onbeforeshow=3D"#{event.onbeforeshow}" > - + -
-
+ =
rich:findComponent
= @@ -79,11 +75,7 @@ - - - Your browser is completely ignoring the <APPLET> tag! + = @@ -91,151 +83,62 @@ = - -
-
-
+

= - - Link - - - -
-
-
- - - - -
-
-
- - Close - + Link +

+ +

+ Close
= + showWhenRendered=3D"#{modalPanel.showWhenRendered}" >

- - Close - - - + Close + + - + =
- - - -
= - + - + = - Show - MP + show = ModalPanel 1
- - - - -
-
-
- + +
+ - + -
-
- - - -
-
-
-
- z-index1
-
-
- z-index2
+

+
z-index1
+
z-index2
Modified: trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.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/Skinning/Skinning.jsp 2008-= 07-16 11:43:39 UTC (rev 9630) +++ trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp 2008-= 07-16 12:14:35 UTC (rev 9631) @@ -58,7 +58,7 @@ - + @@ -69,10 +69,10 @@ - + <%----%> - + <%----%> @@ -307,7 +307,7 @@ - + --===============5615048220712498216==--