[gatein-commits] gatein SVN: r972 - portal/trunk/docs/reference-guide/en/modules/development.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 8 04:06:54 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-12-08 04:06:53 -0500 (Tue, 08 Dec 2009)
New Revision: 972

Modified:
   portal/trunk/docs/reference-guide/en/modules/development/Dynamic_Layouts.xml
Log:
Reformat

Modified: portal/trunk/docs/reference-guide/en/modules/development/Dynamic_Layouts.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/development/Dynamic_Layouts.xml	2009-12-08 08:42:46 UTC (rev 971)
+++ portal/trunk/docs/reference-guide/en/modules/development/Dynamic_Layouts.xml	2009-12-08 09:06:53 UTC (rev 972)
@@ -2,65 +2,63 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 ]>
 <section id="sect-Reference_Guide-Dynamic_Layouts">
-	<!--   
-
-    Copyright (C) 2009 eXo Platform SAS.
-    
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-    
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-    
-    You should have received a copy of the GNU Lesser General Public
-    License along with this software; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-    02110-1301 USA, or see the FSF site: http://www.fsf.org.
-
-   --><title>Dynamic Layouts</title>
-	<section id="sect-Reference_Guide-Dynamic_Layouts-Overview">
-		<title>Overview</title>
-		<para>
-			Indeed, the usual way of rendering a portal page is a static one where you need a template, usually a jsp page, for each layout (2 columns, 3 columns and so on). That makes you depend on the integrator or developers as for each new layout you will need to ask for a custom development.
+   <title>Dynamic Layouts</title>
+   <section id="sect-Reference_Guide-Dynamic_Layouts-Overview">
+      <title>Overview</title>
+      <para>
+         The traditional way of rendering a portal page is a static one where you
+         need a template, usually a jsp page, for each layout (2
+         columns, 3 columns and so on). That makes you depend on the
+         integrator or developers as for each new layout you will need
+         to ask for a custom development.
 		</para>
-		<para>
-			GateIn, with its dynamic way that creates a tree of nested UI containers that contain portlets as shown in the picture below. Each container is responsible for rendering its children. In the picture, the main container renders its children in several rows while the nested container displays them as columns.
+      <para>
+         GateIn has a dynamic way which creates a tree of nested UI containers
+         that contain portlets as shown in the picture below. Each
+         container is responsible for rendering its children. In the
+         picture, the main container renders its children in several
+         rows while the nested container displays them as columns.
+      </para>
+      <para>
+         Furthermore, by manipulating the tree using the WYSIWYG editor, it allows you to
+         create new containers, define how they will render their
+         children, add new portlets.
 		</para>
-		<para>
-			Furthermore, by manipulating the tree using the WYSIWYG editor, it allows you to create new containers, define how they will render their children, add new portlets.
+      <mediaobject>
+         <imageobject>
+            <imagedata fileref="images/portal.gif" format="GIF" />
+         </imageobject>
+      </mediaobject>
+   </section>
+
+   <section
+      id="sect-Reference_Guide-Dynamic_Layouts-Advanced_Drag_and_Drop_mechanism">
+      <title>Advanced Drag and Drop mechanism</title>
+      <para>
+         As most portal use the static layout mechanism, they can only drag
+         portlets from one static location, let's say a column, to
+         another one.
 		</para>
-		<mediaobject>
-			<imageobject>
-				<imagedata fileref="images/portal.gif" format="GIF" />
-			</imageobject>
-		</mediaobject>
-	</section>
-	
-	<section id="sect-Reference_Guide-Dynamic_Layouts-Advanced_Drag_and_Drop_mechanism">
-		<title>Advanced Drag and Drop mechanism</title>
-		<para>
-			As most portal use the static layout mechanism, they can only drag portlets from one static location, let's say a column, to another one.
+      <para>
+         With GateIn Portal, it is possible to also drag the UI containers and the
+         portlets and drop them in containers that are deeper or upper
+         in the Portal component tree. This feature is unique and not
+         just a tool!
 		</para>
-		<para>
-			With GateIn Portal, it is possible to also drag the UI containers and the portlets and drop them in containers that are deeper or upper in the Portal component tree. This feature is unique and not just a tool!
+      <mediaobject>
+         <imageobject>
+            <imagedata fileref="images/image3.jpg" format="JPG" />
+         </imageobject>
+      </mediaobject>
+   </section>
+
+   <section id="sect-Reference_Guide-Dynamic_Layouts-Summary">
+      <title>Summary</title>
+      <para>
+         With this innovative concept of dynamic layout, you can easily create
+         portal pages with complex layout.
 		</para>
-		<mediaobject>
-			<imageobject>
-				<imagedata fileref="images/image3.jpg" format="JPG" />
-			</imageobject>
-		</mediaobject>
-	</section>
-	
-	<section id="sect-Reference_Guide-Dynamic_Layouts-Summary">
-		<title>Summary</title>
-		<para>
-			With this innovative concept of dynamic layout, you can easily create portal pages with complex layout.
-		</para>
-	</section>
+   </section>
 
 </section>
 



More information about the gatein-commits mailing list