留言板

Rendering Portlet condition based

Suman Kumar,修改在11 年前。

Rendering Portlet condition based

Junior Member 帖子: 34 加入日期: 11-10-21 最近的帖子
Hi All,

I have a senario as below,

Let say in the page we have 5 portlets, but I want only one portlet to render first. Then on doing so action or after capturing the criteria I want the remaining portlet to get render.

Means I want know can I control the hide and render behaviour of portlet programatically?

Thanks and Regards
Suman Kumar
thumbnail
David H Nebinger,修改在11 年前。

RE: Rendering Portlet condition based

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Sure. Use CSS to set the "visibility: hidden;" on the portlets that should not display.

The other portlet can then alter the visibility when needed.

Combine this w/ some form of IPC and you have your full solution.
Suman Kumar,修改在11 年前。

RE: Rendering Portlet condition based

Junior Member 帖子: 34 加入日期: 11-10-21 最近的帖子
Thanks ... I will try and update.

with Regards
Suman Kumar