Author: thomas.heute(a)jboss.com
Date: 2010-05-20 04:39:11 -0400 (Thu, 20 May 2010)
New Revision: 3139
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
Log:
JBEPP-276: Reference Guide
Updating Portal Navigation Configuration
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml 2010-05-20
08:30:19 UTC (rev 3138)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml 2010-05-20
08:39:11 UTC (rev 3139)
@@ -143,7 +143,7 @@
The first time the portal is launched those files will be used to create an initial
navigation. That information will then be stored in the JCR content repository and can be
modified and managed from the portal UI.
</para>
</section>
-
+
<section
id="sect-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation">
<title>Portal Navigation</title>
<para>
@@ -160,7 +160,6 @@
This file describes the layout and portlets that will be shown on all pages.
Usually the layout contains the banner, footer, menu and breadcrumbs portlets.
&PRODUCT; is extremely configurable as every view element (even the banner and footer)
is a portlet.
</para>
<programlisting role="XML"
language="XML"><xi:include href="portal.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" parse="text"
/></programlisting>
-
<para>
It is also possible to apply a nested container that can also contain portlets.
Row, column or tab containers are then responsible for the layout of their child
portlets.
</para>
@@ -184,7 +183,7 @@
<para>
When the <literal>#{...}</literal> syntax is used, the enclosed
property name serves as a key that is automatically passed to internationalization
mechanism so the literal property name is replaced by a localized value taken from the
associated properties file matching the current locale.
</para>
- <programlisting role="XML" language="XML"><xi:include
href="nodes.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"
parse="text" /></programlisting>
+ <programlisting role="XML" language="XML"><xi:include
href="navigation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"
parse="text" /></programlisting>
<para>
This navigation tree can have multiple views inside portlets (such as the
breadcrumbs portlet) that render the current view node, the site map or the menu
portlets.
</para>