You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2005/04/02 19:35:47 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf controls.xreg

jford       2005/04/02 09:35:47

  Modified:    webapp/WEB-INF/conf controls.xreg
  Log:
  Added a new control that uses the new jetspeed-buffered.vm file.
  
  Do not use this control unless you are using buffered view processors.
  Otherwise, your content may appear before the title bar does.
  
  PR: JS1-541
  
  Revision  Changes    Path
  1.9       +11 -0     jakarta-jetspeed/webapp/WEB-INF/conf/controls.xreg
  
  Index: controls.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/controls.xreg,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- controls.xreg	17 Mar 2004 19:10:26 -0000	1.8
  +++ controls.xreg	2 Apr 2005 17:35:47 -0000	1.9
  @@ -58,6 +58,17 @@
       <media-type ref="html"/>
       <media-type ref="wml"/>
     </portlet-control-entry>
  +  
  +  <portlet-control-entry name="BufferredTitlePortletControl" hidden="false">
  +    <meta-info>
  +        <title>Buffered Simple titled control</title>
  +    </meta-info>
  +    <classname>org.apache.jetspeed.portal.controls.VelocityPortletControl</classname>
  +    <parameter name="theme" value="jetspeed-buffered.vm" hidden="false"/>
  +    <parameter name="simple" value="true" hidden="false"/>
  +    <media-type ref="html"/>
  +    <media-type ref="wml"/>
  +  </portlet-control-entry>
   
     <portlet-control-entry name="PanedPortletControl" hidden="true">
       <classname>org.apache.jetspeed.portal.controls.VelocityPortletSetControl</classname>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org