Foros de discusión

scrolling text in portlet

Krishan Kumar, modificado hace 12 años.

scrolling text in portlet

New Member Mensajes: 16 Fecha de incorporación: 18/01/12 Mensajes recientes
hi all,

I am a newbie to liferay, so apologies for any naive questions. I am using liferay 6.0 with MySQL to develop a Knowledge Management Portal.

I want to have a section called "speak excellence" which admin can update daily. I will contain Scrolling text (some Quotes). I think I can use Web content display for this ... but how to add the JS for scrolling Text in this particular instance of WEB Content Display??? Or there should be some other way to do this.


Please help....

Thanks
Krishan Kumar
thumbnail
Archi Madhu, modificado hace 12 años.

RE: scrolling text in portlet

Regular Member Mensajes: 237 Fecha de incorporación: 25/03/08 Mensajes recientes
Krishan Kumar:
hi all,

I am a newbie to liferay, so apologies for any naive questions. I am using liferay 6.0 with MySQL to develop a Knowledge Management Portal.

I want to have a section called "speak excellence" which admin can update daily. I will contain Scrolling text (some Quotes). I think I can use Web content display for this ... but how to add the JS for scrolling Text in this particular instance of WEB Content Display??? Or there should be some other way to do this.


Please help....

Thanks
Krishan Kumar



Hello,

You can write JS in web content itself. Use <script> tag for same.

You may also go for templates.
Krishan Kumar, modificado hace 12 años.

RE: scrolling text in portlet

New Member Mensajes: 16 Fecha de incorporación: 18/01/12 Mensajes recientes
Hi Archi Madhu,

Thanxxx a lot for your response.....

But how can I add this <Script> tag for one particular Web Content portlet as I have multiple Web Content on my page. And I want to add this scrolling effect to only one Web Content.

Where in the "Web Content Display" portlet should i add <script> tag???


Thanxxx a lot....

Your help is highly appreciable....

Thanx
Oliver Bayer, modificado hace 12 años.

RE: scrolling text in portlet

Liferay Master Mensajes: 894 Fecha de incorporación: 18/02/09 Mensajes recientes
Hi Krishan,

maybe you can achieve this via pure css. You can try and give your "speak excellence" portlet a fixed height and set overflow:scroll.

HTH Oli