Fórum

Web content portlet display without left menu

omar lo, modificado 7 Anos atrás.

Web content portlet display without left menu

New Member Postagens: 2 Data de Entrada: 28/12/16 Postagens Recentes
Hi guys, i would like to separate the web content portlet (that you can find going in Admin>Content) from the left menu (which i don't want that user can see), is this actually possible? if yes how?
Basically i want to separate the green part in a portlet that i can use in another page.


I tried to link the admin panel page with an Iframe but it didn't work as intended.
Thank you in advance!
thumbnail
Pankaj Kathiriya, modificado 7 Anos atrás.

RE: Web content portlet display without left menu

Liferay Master Postagens: 722 Data de Entrada: 05/08/10 Postagens Recentes
As its control panel portlet, it s not available to add on any page.
But, you could use below tag in your jsp to use it. here 15 represents portlet name/id for Web Content portlet.

<liferay-portlet:runtime portletName="15" />


You would have to verify if all the functionalities work as it is.
omar lo, modificado 7 Anos atrás.

RE: Web content portlet display without left menu

New Member Postagens: 2 Data de Entrada: 28/12/16 Postagens Recentes
Thank you Pankaj, you solved me a really huge problem, as i had this problem with other control panel's portlet, really really thank you for the help.
Your solution worked as intended :-)