Author: vkorluzhenko
Date: 2007-06-26 07:13:23 -0400 (Tue, 26 Jun 2007)
New Revision: 1320
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
added questuions
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-06-26 10:50:12 UTC
(rev 1319)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-06-26 11:13:23 UTC
(rev 1320)
@@ -287,7 +287,7 @@
<section>
<?dbhtml filename="Howtoaddalinktothetreenode"?>
- <title>How to add a link to a tree node?</title>
+ <title>How to add a link to the tree node?</title>
<para>Simple code is placed below:</para>
<programlisting role="XML"><![CDATA[...
<rich:tree value="#{bean.data}" var="data">
@@ -299,4 +299,12 @@
]]></programlisting>
</section>
+ <section>
+ <?dbhtml filename="Isitpossibletoplacetabsvertically"?>
+ <title>Is it possible to place tabs upright in the
tabPanel?</title>
+ <para>It's not possible to place tabs upright in the
tabPanel. For this
+ purporse it's necessary to use togglePanel. Toggle
controls can be
+ placed anywhere in the layout.</para>
+ </section>
+
</chapter>
Show replies by date