[jboss-cvs] jboss-seam/examples/pdf/view ...

Norman Richards norman.richards at jboss.com
Mon Feb 5 15:22:34 EST 2007


  User: nrichards
  Date: 07/02/05 15:22:34

  Modified:    examples/pdf/view   index.xhtml
  Added:       examples/pdf/view   images.xhtml
  Log:
  add charting example until we get proper component tags
  
  Revision  Changes    Path
  1.10      +2 -1      jboss-seam/examples/pdf/view/index.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/index.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- index.xhtml	29 Jan 2007 03:04:23 -0000	1.9
  +++ index.xhtml	5 Feb 2007 20:22:34 -0000	1.10
  @@ -28,11 +28,12 @@
           </li>
           <li><s:link view="/lists.xhtml"     value="PDF Lists" /></li>
           <li><s:link view="/pages.xhtml"     value="Multiple Pages" /></li>
  -        <li><s:link view="/anchor.xhtml"    value="Anchors" /></li>
           <li><s:link view="/chapters.xhtml"  value="Chapters" /></li>
           <li><s:link view="/sections.xhtml"  value="Sections" /></li>
           <li><s:link view="/table.xhtml"     value="Tables" /></li>
           <li><s:link view="/nested.xhtml"    value="Nested Tables" /></li>
  +        <li><s:link view="/images.xhtml"    value="Dynamic Images" /></li>
  +        <li><s:link view="/anchor.xhtml"    value="Anchors" /></li>
           <li><s:link view="/format.xhtml"    value="Text conversion and formatting" /></li>
           <li><s:link view="/signature.xhtml" value="Signed Document" /></li>
       </ul>
  
  
  
  1.1      date: 2007/02/05 20:22:34;  author: nrichards;  state: Exp;jboss-seam/examples/pdf/view/images.xhtml
  
  Index: images.xhtml
  ===================================================================
  <p:document xmlns:p="http://jboss.com/products/seam/pdf">
      <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
      <p:font size="24"><p:paragraph spacingAfter="50">Dynamic Image</p:paragraph></p:font>  
  
      <p:image alignment="center" imageData="#{images.chart}" />
  </p:document>
  
  
  
  



More information about the jboss-cvs-commits mailing list