Re: How to link custom css/js in portlet fragment

2011-01-28 Thread anyz
Thanks and lot David and Woonsan, seems exactly what i need. I will be looking further on these lines and add custom css and scritps.

Re: How to link custom css/js in portlet fragment

2011-01-26 Thread Woonsan Ko
in demo PA doesn't seem to be related to this context. It seems like an old dojo example. HTH, Woonsan --- On Wed, 1/26/11, anyz wrote: > From: anyz > Subject: Re: How to link custom css/js in portlet fragment > To: "Jetspeed Users List" > Date: Wednesday, Januar

Re: How to link custom css/js in portlet fragment

2011-01-26 Thread David Taylor
> On Wed, Jan 26, 2011 at 4:38 PM, anyz wrote: > >> Its could be more portlet specific question but i think every portlet >> platform might be providing its own way. >> >> Since we don't have control over tag in portlet JSP page. How can i >> import a css/js file required for a portlet in fragmen

Re: How to link custom css/js in portlet fragment

2011-01-26 Thread anyz
Just to elaborate a bit, there is demo.css in demo webapplication shipped with J2 (2.2.1). I could not find where this css file is imported in JSP pages for portlets in this application. That is exactly what i need to do. On Wed, Jan 26, 2011 at 4:38 PM, anyz wrote: > Its could be more portle

How to link custom css/js in portlet fragment

2011-01-26 Thread anyz
Its could be more portlet specific question but i think every portlet platform might be providing its own way. Since we don't have control over tag in portlet JSP page. How can i import a css/js file required for a portlet in fragment JSP in Jetspeed. There could be multiple portlets that uses sa