Author: atsebro
Date: 2009-07-07 13:00:29 -0400 (Tue, 07 Jul 2009)
New Revision: 14812
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/portlet.xml
Log:
Editing DOU section
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/portlet.xml 2009-07-07
16:59:10 UTC (rev 14811)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/portlet.xml 2009-07-07
17:00:29 UTC (rev 14812)
@@ -51,35 +51,43 @@
</section>
<section>
- <title>Key attributes and ways of usage</title>
- <para>
- The main component purpose is realization of possibility to create several instances
the same portlet on
- one page. But clientId of elements
- should be different for each window. In that case namespace is used for
- each portlet. The <emphasis role="bold">
- <property><a4j:portlet></property>
- </emphasis> <code>implemets NaimingContainer</code> interface and
adds namespace to all componets on a
- page. All portlet content should be wrapped by <emphasis
role="bold">
- <property><a4j:portlet></property>
- </emphasis> for resolving problems mentioned before. </para>
+ <title>Details of usage</title>
+ <para>
+ The main component purpose is realization of possibility to create several
instances the same portlet on one page.
+ But clientId of elements should be different for each window. In that case
namespace is used for each portlet.
+ The <emphasis
role="bold"><property><a4j:portlet></property></emphasis>
<code>implemets NaimingContainer</code> interface and adds namespace to all
componets on a page.
+ All portlet content should be wrapped by <emphasis
role="bold"><property><a4j:portlet></property></emphasis>
for resolving problems mentioned before.
+ </para>
</section>
- <section>
- <title>Relevant resources links</title>
- <para><ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/portlet.jsf...
- >On RichFaces LiveDemo page </ulink> you can found some additional
information for <emphasis role="bold">
- <property><a4j:portlet></property>
- </emphasis> component usage. </para>
- <para> The additional information about component usage you can find here:
<ulink
-
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
- >Ajax4Jsf Users Forum</ulink>.
- </para>
- <para>Portlet Sample could be checked out from JBoss SVN: <ulink
-
url="http://anonsvn.jboss.org/repos/ajax4jsf/trunk/samples/portal-ec...
- application</ulink>.
- </para>
- <para>Usage instructions for this demo could be found at the corresponding:
<ulink
-
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
- application</ulink>.</para>
+
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Vizit the <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/portlet.jsf...
page</ulink> at RichFaces LiveDemo for examples of component usage and their
sources.
+ </para>
+
+ <para>
+ Useful publications:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum</ulink> — check the forum for additional information about component
usage;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://anonsvn.jboss.org/repos/ajax4jsf/trunk/samples/portal-ec...
application</ulink> — Portlet Sample, could be checked out from JBoss SVN;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
snapshot with Portal environment support</ulink> contains usage instructions for the
Portlet Sample demo.
+ </para>
+ </listitem>
+ </itemizedlist>
+
</section>
</chapter>