[jboss-cvs] JBossAS SVN: r105448 - projects/docs/enterprise/EWP/trunk/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 1 00:01:24 EDT 2010


Author: misty at redhat.com
Date: 2010-06-01 00:01:24 -0400 (Tue, 01 Jun 2010)
New Revision: 105448

Modified:
   projects/docs/enterprise/EWP/trunk/Seam_Reference_Guide/en-US/Itext.xml
Log:
Fixes for JBPAPP-4389


Modified: projects/docs/enterprise/EWP/trunk/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- projects/docs/enterprise/EWP/trunk/Seam_Reference_Guide/en-US/Itext.xml	2010-06-01 03:06:45 UTC (rev 105447)
+++ projects/docs/enterprise/EWP/trunk/Seam_Reference_Guide/en-US/Itext.xml	2010-06-01 04:01:24 UTC (rev 105448)
@@ -1187,6 +1187,40 @@
 				<colspec colnum="1" colwidth="1*"></colspec>
 				 <colspec colnum="2" colwidth="3.5*"></colspec>
 				 <tbody>
+				   <row>
+				     <entry valign="top">
+				       <para>
+					 <literal><![CDATA[<p:chart>]]></literal>
+				       </para>
+				     </entry>
+				     <entry valign="top">
+				       <para>
+					 <emphasis>Description</emphasis>
+				       </para>
+				       <para>
+					 Displays a chart already created in Java by a Seam component.
+				       </para>
+				       <para>
+					 <emphasis>Attributes</emphasis>
+				       </para>
+				       <itemizedlist>
+					 <listitem>
+					   <para><literal>chart</literal> -- The chart object to display</para>
+					 </listitem>
+					 <listitem>
+					   <para><literal>height</literal> -- The height fo the chart</para>
+					 </listitem>
+					 <listitem>
+					   <para><literal>width</literal> -- The width of the chart</para></listitem>
+				       </itemizedlist>
+				       <para>
+					 <emphasis>Usage</emphasis>
+				       </para>
+				       <programlisting language="XML" role="XML">
+					 <![CDATA[<p:chart chart="#{mycomponent.chart}" width="500" height="500" />]]>
+				       </programlisting>
+				     </entry>
+				   </row>
 					<row>
 						<entry valign="top">
 							<para>




More information about the jboss-cvs-commits mailing list