[seam-commits] Seam SVN: r11932 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 7 13:07:42 EST 2010


Author: norman.richards at jboss.com
Date: 2010-01-07 13:07:42 -0500 (Thu, 07 Jan 2010)
New Revision: 11932

Modified:
   branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
Log:
JBSEAM-4493

Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml	2010-01-07 15:11:13 UTC (rev 11931)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml	2010-01-07 18:07:42 UTC (rev 11932)
@@ -388,6 +388,50 @@
 
                             </entry>
                         </row>
+<row>
+                            <entry valign="top">
+                                <para>
+                                    <literal>&lt;p:textcolumn&gt;</literal>
+                                </para>
+                            </entry>
+                            <entry valign="top">
+                                <para>
+                                    <emphasis>Description</emphasis>
+                                </para>
+                                <para><literal>p:textcolumn</literal> inserts a text column that can
+                                    be used to control the flow of text.  The most common case is to
+                                    support right to left direction fonts.</para>
+                                <para>
+                                    <emphasis>Attributes</emphasis>
+                                    <itemizedlist>
+                                        <listitem>
+                                            <para><literal>left</literal> &#8212; The left bounds of
+                                                the text column</para>
+                                        </listitem>
+                                        <listitem>
+                                            <para><literal>right</literal> &#8212; The right bounds
+                                                of the text column</para>
+                                        </listitem>
+                                        <listitem>
+                                            <para><literal>direction</literal> &#8212; The run direction
+                                                of the text in the column: <literal>RTL</literal>,
+                                                  <literal>LTR</literal>, <literal
+                                                >NO-BIDI</literal>, <literal>DEFAULT</literal>
+                                            </para>
+                                        </listitem>
+                                    </itemizedlist>
+                                </para>
+                                <para>
+                                    <emphasis>Usage</emphasis>
+                                </para>
+                                <programlisting role="XHTML"><![CDATA[
+<p:textcolumn left="400" right="600" direction="rtl"> 
+    <p:font name="/Library/Fonts/Arial Unicode.ttf" 
+            encoding="Identity-H" 
+            embedded="true">#{phrases.arabic}</p:font> 
+</p:textcolumn>]]></programlisting>
+                            </entry>
+                        </row>
                         <row>
                             <entry valign="top">
                                 <para>



More information about the seam-commits mailing list