Remove Home link in Portlet

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Remove Home link in Portlet

satishbejgum

Hello Every One,

 

How can I remove home link in the Portlet? Please find the attachment with this mail, it contains an image of Orbeon Portlet. I want to remove that home link.

 

Thanks & Regards

Satish B

Software Engineer

Prodigy Systems & Services

Ph: +91 40 2001 6080 | +91 91777 58177

Web: www.prodigygroupindia.com

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

untitled.PNG (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Remove Home link in Portlet

Erik Bruchez
Administrator
In recent builds, there is a configuration property called  
oxf.epilogue.theme.portlet which you can override to your own portlet  
theme stylesheet. Default is:

   <property as="xs:anyURI"  name="oxf.epilogue.theme.portlet"  
value="oxf:/config/theme-portlet-examples.xsl"/>

You can switch it to:

   <property as="xs:anyURI"  name="oxf.epilogue.theme.portlet"  
value="oxf:/config/theme-portlet-fr.xsl"/>

The "fr" version doesn't have the "home" link. Better yet, copy theme-
portlet-fr.xsl to your own theme, e.g. theme-portlet-satish.xsl and  
use that.

-Erik

On Jan 6, 2009, at 4:21 PM, Satish Bejgum wrote:

> Hello Every One,
>
> How can I remove home link in the Portlet? Please find the  
> attachment with this mail, it contains an image of Orbeon Portlet. I  
> want to remove that home link.
>
> Thanks & Regards
> Satish B
> Software Engineer
> Prodigy Systems & Services
> Ph: +91 40 2001 6080 | +91 91777 58177
> Web: www.prodigygroupindia.com
>
> <untitled.PNG>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws