Author: norman.richards(a)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><p:textcolumn></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> — The left bounds of
+ the text column</para>
+ </listitem>
+ <listitem>
+
<para><literal>right</literal> — The right bounds
+ of the text column</para>
+ </listitem>
+ <listitem>
+
<para><literal>direction</literal> — 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>
Show replies by date