From portal-commits at lists.jboss.org Thu Feb 7 02:36:37 2008 Content-Type: multipart/mixed; boundary="===============1394843149924157668==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9828 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Thu, 07 Feb 2008 02:36:37 -0500 Message-ID: --===============1394843149924157668== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-02-07 02:36:36 -0500 (Thu, 07 Feb 2008) New Revision: 9828 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorial= s.xml Log: revising 5.1. JSR-168 Overview to 5.1.3. Window States Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/t= utorials.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutoria= ls.xml 2008-02-07 07:15:10 UTC (rev 9827) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutoria= ls.xml 2008-02-07 07:36:36 UTC (rev 9828) @@ -26,22 +26,40 @@ Portal Pages - A portal can be seen as pages with different areas and insi= de areas, different windows and each window - having one portlet. + + A portal can be seen as pages with different areas, and inside areas, d= ifferent windows, and each window + having one portlet: + + + Rendering Modes - A porlet can have different view modes, three modes are def= ined by the specification but a portal can - extend those modes. The 3 modes are: + A portlet can have different view modes. Three modes are defined b= y the JSR-168 specification, but a portal can + extend those modes. The three modes are: + + - VIEW - Generates markup reflecting the current st= ate of the portlet. - EDIT - Should allow a user to customize the behav= ior of the portlet. - HELP - Should provide some information to the use= r as to how to use the portlet. + + + VIEW - generates markup reflecting the current state of the port= let. + + + + + EDIT - allows a user to customize the behavior of the portlet. + + + + + HELP - provides information to the user as to how to use the por= tlet. + + @@ -49,11 +67,25 @@ Window States Window states are an indicator of how much page real-estate a = portlet should consume on any given page. - There are 3 states defined by the specification: + The three states defined by the JSR-168 specification: + + - NORMAL - A portlet shares this page with other po= rtlets. - MINIMIZED - A portlet may show very little inform= ation or none at all. - MAXIMIZED - A portlet may be the only portlet dis= played on this page. + + + NORMAL - a portlet shares this page with other portlets. + + + + + MINIMIZED -a portlet may show very little information, or none a= t all. + + + + + MAXIMIZED - a portlet may be the only portlet displayed on this = page. + + --===============1394843149924157668==--