Author: mmcallis
Date: 2008-04-20 20:38:37 -0400 (Sun, 20 Apr 2008)
New Revision: 10664
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.4.1. Defining a new Portal Page
- periodic backup
- revising descriptions with text from 6.2. Portlet Descriptors
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-04-21
00:27:09 UTC (rev 10663)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-21
00:38:37 UTC (rev 10664)
@@ -1783,36 +1783,53 @@
<screen>
<page>
</screen>
- <para>
- The start of a page definition. Among others, the
<computeroutput><page></computeroutput> element is a container
for the <computeroutput><page-name></computeroutput>,
<computeroutput><window></computeroutput>, and
<computeroutput><security-contraint></computeroutput> elements.
- </para>
- </listitem>
+ <para>
+ The start of a page definition. Among others, the
<computeroutput><page></computeroutput> element is a container
for the <computeroutput><page-name></computeroutput>,
<computeroutput><window></computeroutput>, and
<computeroutput><security-contraint></computeroutput> elements.
+ </para>
+ </listitem>
<listitem>
- <emphasis
role="bold"><page-name></emphasis>
- The name of the page.
- </listitem>
+<screen>
+<page-name>
+</screen>
+ <para>
+ The page name.
+ </para>
+ </listitem>
+ <listitem>
+<screen>
+<window>
+</screen>
+ <para>
+ The <computeroutput><window></computeroutput> element
defines a portlet window. The
<computeroutput><window></computeroutput> element requires an
<computeroutput><instance-ref></computeroutput> element, which
is used to assign a portal instance to a window.
+ </para>
+ </listitem>
+ <listitem>
+<screen>
+<window-name>
+</screen>
+ <para>
+ The <computeroutput><window-name></computeroutput> element
defines the <emphasis role="bold">unique name</emphasis> given to a
portlet window. This can be named anything.
+ </para>
+ </listitem>
+ <listitem>
+<screen>
+<instance-ref>
+</screen>
+ <para>
+ The <computeroutput><instance-ref></computeroutput>
elements define the portlet instances that windows represent. This value is the ID of a
portlet instance, and must match the value of one of the
<computeroutput><instance-id></computeroutput> elements in the
<filename>WEB-INF/portlet-instances.xml</filename> file.
+ </para>
+ </listitem>
<listitem>
- <emphasis
role="bold"><window></emphasis>
- The start of a window
- definition.
+<screen>
+<region>...</region>
+<height>...</height>
+</screen>
+ <para>
+ The <computeroutput><region></computeroutput> and
<computeroutput><height></computeroutput> elements define where
the window appears within the page layout. The
<computeroutput><region></computeroutput> element specifies
where the window appears on the page. The
<computeroutput><region></computeroutput> element often depends
on other regions defined in the portal layout. The
<computeroutput><height></computeroutput> element can be
assigned a value between one and <replaceable>X</replaceable>.
+ </para>
+ </listitem>
</listitem>
<listitem>
- <emphasis
role="bold"><window-name></emphasis>
- The name of the
- window.
- </listitem>
- <listitem>
- <emphasis
role="bold"><instance-ref></emphasis>
- The instance
- reference used by this window. Should correspond with the
- <instance-name> variable.
- </listitem>
- <listitem>
- <emphasis
role="bold"><height></emphasis>
- The vertical position of
- this window within the region defined in the layout.
- </listitem>
- <listitem>
<emphasis
role="bold"><instance></emphasis>
The start of an instance
definition. page.