Yes, maximized.jsp does select the maximized region.   The headerPortlet is 
displayed with the UserPortlet until the UserPortlet goes to maximized, then 
the UserPortlet is the only portlet on the page.

maximized.jsp

  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
  | <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
  | <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en"><head>
  |     <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1"/>
  | 
  |    <!-- insert the dynamically determined theme elements here, or use the 
'simple-sample' theme by default -->
  |    <p:theme themeName='simple-sample' />
  | 
  |     <body>
  |     
  |             <!-- header table -->
  |             <table width="100%" bgcolor="#000000">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='header'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |             
  |             <!-- navigation table -->
  |             <table width="100%" bgcolor="#cc9966">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='navigation'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |     
  | 
  |             <!-- breadcrumb table -->
  |             <table width="100%" bgcolor="#000000">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='breadcrumb'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |     
  |             <!-- maximized table with columns -->
  |             <table width="100%" bgcolor="#FFFFFF">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='maximized' 
regionID='regionMaximized'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |     </body>
  | </html>
  | 

twoColumns.jsp

  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
  | <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
  | <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en"><head>
  |     <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1"/>
  | 
  |    <!-- insert the dynamically determined theme elements here, or use the 
'simple-sample' theme by default -->
  |    <p:theme themeName='simple-sample' />
  | 
  |     <body>
  |     
  |             <!-- header table -->
  |             <table width="100%" bgcolor="#000000">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='header'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |             
  |             <!-- navigation table -->
  |             <table width="100%" bgcolor="#cc9966">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='navigation'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |     
  | 
  |             <!-- breadcrumb table -->
  |             <table width="100%" bgcolor="#000000">
  |                     <tr>
  |                             <td align="center">
  |                                     <p:region regionName='breadcrumb'/>
  |                             </td>
  |                     </tr>
  |             </table>
  |     
  |             <!-- center table with columns -->
  |             <table width="100%" bgcolor="#FFFFFF">
  |                     <tr>
  |                             <td width="30%" bgcolor="#cc9966" 
padding="top"><p:region regionName='left'/></td>
  |                             <td class="centerColumn"><p:region 
regionName='center'/></td>
  |                     </tr>
  |             </table>
  |     </body>
  | </html>
  | 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915666#3915666

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915666


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to