Author: mmcallis
Date: 2008-02-20 03:23:52 -0500 (Wed, 20 Feb 2008)
New Revision: 10042
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
revising 6.1.1. The JBoss Portlet DTD
replacing itemizedlist with variablelist
*** this will break the book until later commits ***
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-20
07:49:06 UTC (rev 10041)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-20
08:23:52 UTC (rev 10042)
@@ -145,55 +145,75 @@
</para>
</listitem>
</varlistentry>
-
-
-
- The ajax tag allows to configure the ajax capabilities of the portlet. If
-the portlet is tagged as partial-refresh then the portal may use partial page
-refreshing and render only that portlet. If the portlet partial-refresh value
-is false, then the portal will perform a full page refresh when the portlet is
refreshed.]]></programlisting></para>
-</listitem><listitem>
-<para>
-Element <![CDATA[<!ELEMENT partial-refresh (#PCDATA)>]]>
-</para><para><programlisting><![CDATA[The authorized values for the
partial-refresh element are true or false.]]></programlisting></para>
-</listitem><listitem>
-<para>
+<varlistentry><term><screen><![CDATA[
+<!ELEMENT partial-refresh (#PCDATA)>]]>
+</screen></term>
+<listitem>
+ <para>
+ The authorized values for the partial-refresh element are true or false.
+ </para>
+</listitem>
+</varlistentry>
+<varlistentry><term><screen><![CDATA[
Element <![CDATA[<!ELEMENT session-config (distributed)>]]>
-</para><para><programlisting><![CDATA[This element configure the
portlet session of the portlet.
-
-The distributed element instructs the container to distribute the session attributes
-using the portal session replication. It applies only to local portlets are not to
-remote portlets. The default value is false.
-
-Example:
-
+</screen></term>
+<listitem>
+ <para>
+ This element configure the portlet session of the portlet. The distributed element
instructs the container to distribute the session attributes using the portal session
replication. It applies only to local portlets are not to remote portlets. The default
value is false.
+ </para>
+ <para>
+ For example:
+ </para>
+ <para>
+<screen><![CDATA[
<session-config>
<distributed>true</distributed>
-</session-config>]]></programlisting></para>
-</listitem><listitem>
-<para>
+</session-config>]]>
+</screen>
+ </para>
+</listitem>
+</varlistentry>
+<varlistentry><term><screen><![CDATA[
Element <![CDATA[<!ELEMENT distributed (#PCDATA)>]]>
-</para><para><programlisting><![CDATA[The authorized values for the
distributed element are true or false.]]></programlisting></para>
-</listitem><listitem>
-<para>
+</screen></term>
+<listitem>
+ <para>
+ The authorized values for the distributed element are true or false.
+ </para>
+</listitem>
+</varlistentry>
+<varlistentry><term><screen><![CDATA[
Element <![CDATA[<!ELEMENT transaction (trans-attribute)>]]>
-</para><para><programlisting><![CDATA[Defines how the portlet
behaves with the transactionnal context. The default value
-is Never.
-
-Example:
-
+</screen></term>
+<listitem>
+ <para>
+ Defines how the portlet behaves with the transactionnal context. The default value is
Never.
+ </para>
+ <para>
+ For example:
+ </para>
+ <para>
+<screen><![CDATA[
<transaction>
<trans-attribute>Required</transaction>
-<transaction>]]></programlisting></para>
-</listitem><listitem>
-<para>
+<transaction>]]>
+</screen>
+ </para>
+</listitem>
+</varlistentry>
+<varlistentry><term><screen><![CDATA[
Element <![CDATA[<!ELEMENT trans-attribute (#PCDATA)>]]>
-</para><para><programlisting><![CDATA[
-The trans-attribute value defines the transactionnal behavior. The accepted values
-are Required, Mandatory, Never, Supports, NotSupported and
RequiresNew.]]></programlisting></para>
-</listitem><listitem>
-<para>
+</screen></term>
+<listitem>
+ <para>
+ The trans-attribute value defines the transactionnal behavior. The accepted values are
Required, Mandatory, Never, Supports, NotSupported and RequiresNew.
+ </para>
+</listitem>
+</varlistentry>
+<varlistentry><term><screen><![CDATA[
Element <![CDATA[<!ELEMENT header-content (link | script | meta)*>]]>
+</screen></term>
+
</para><para><programlisting><![CDATA[Specify content which should
be included in the portal aggregated page when the portlet
is present on that page. This setting only applies when the portlet is used in the local
mode.]]></programlisting></para>
</listitem><listitem>
Show replies by date