From seam-commits at lists.jboss.org Sun Aug 3 18:08:35 2008 Content-Type: multipart/mixed; boundary="===============8844654540522137719==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r8560 - in trunk/examples/excel/view: css and 1 other directory. Date: Sun, 03 Aug 2008 18:08:35 -0400 Message-ID: --===============8844654540522137719== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: danielc.roth Date: 2008-08-03 18:08:34 -0400 (Sun, 03 Aug 2008) New Revision: 8560 Added: trunk/examples/excel/view/css/ trunk/examples/excel/view/css/screen.css trunk/examples/excel/view/home.xhtml Modified: trunk/examples/excel/view/index.html Log: Added Excel Export "export by command button"-example. Added: trunk/examples/excel/view/css/screen.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/examples/excel/view/css/screen.css (rev 0) +++ trunk/examples/excel/view/css/screen.css 2008-08-03 22:08:34 UTC (rev 8= 560) @@ -0,0 +1,22 @@ +body,div,dd,dt,dl,img,ul,ol,li,p,h1,h2,h3,h4,h5,form,hr,fieldset,span { + margin: 0; + padding: 0; + font-face: Verdana, Arial; = +} + +html { + height: 100%; + background-color: #FFFFFF; +} + = +span.header { + font-size: 22px; +} + +td.left { + text-align: left; +} + +td.right { + text-align: right; +} \ No newline at end of file Copied: trunk/examples/excel/view/home.xhtml (from rev 8555, trunk/examples= /excel/view/index.html) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/examples/excel/view/home.xhtml (rev 0) +++ trunk/examples/excel/view/home.xhtml 2008-08-03 22:08:34 UTC (rev 8560) @@ -0,0 +1,50 @@ + + + + +Microsoft® Excel® Export examples + + + + + + +
+
+ + + Export as Excel® spreadsheet + +
+ + + Export as comma separated file + +
+
+ + + + + Name + + + + Age + + + + + + +
+ + \ No newline at end of file Modified: trunk/examples/excel/view/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/examples/excel/view/index.html 2008-08-03 21:22:02 UTC (rev 8559) +++ trunk/examples/excel/view/index.html 2008-08-03 22:08:34 UTC (rev 8560) @@ -1,16 +1,5 @@ - - -Excel example - - -Export to excel -
- -Export to csv -
- -Here wil be some more examples. Soon. -
- - + + + + \ No newline at end of file --===============8844654540522137719==--