Foros de discusión

Adding Portlets in Dockbar

Givika valluri, modificado hace 11 años.

Adding Portlets in Dockbar

Junior Member Mensajes: 49 Fecha de incorporación: 30/03/12 Mensajes recientes
Hi EveryOne ,



How to add Portlets in Dockbar.

Thanks in Advance,
Oliver Bayer, modificado hace 11 años.

RE: Adding Portlets in Dockbar

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

you can modify the jsps under the "html \ portlet \ dockbar" folder -maybe in a hook- and add your portlet there.

HTH Oli
thumbnail
Muzakir Khan, modificado hace 11 años.

RE: Adding Portlets in Dockbar

Regular Member Mensajes: 112 Fecha de incorporación: 15/03/12 Mensajes recientes
Hi
Refer the below portlet in dockbar
HTHU..

Regards
Khan
-------Edit-------------
Also as above mentioned by Oliver, since Dockbar itself is a Struts portlet, you can embed other portlets by using Embed tag in jsp of the dockbar Portlet
Givika valluri, modificado hace 11 años.

RE: Adding Portlets in Dockbar

Junior Member Mensajes: 49 Fecha de incorporación: 30/03/12 Mensajes recientes
Hi,

Thanks for reply,

But i need to keep search portlet in my dockbar. where we are creating Page on that dockbar.
thumbnail
Jignesh Vachhani, modificado hace 11 años.

RE: Adding Portlets in Dockbar

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
Best way to do it by integrating that portlet in theme and then apply div tag surrounding and set
div tag CSS style with margin .
So you can djust margin as per your theme and your requirement.
Hope this would be the shortcut way to handle it.