liferay 中的 portlet 间通信
我是liferay的新手。所以,我只想解释一下我的情况。
实际上,我的网页上有两个 portlet - 一个位于左侧,另一个位于右侧:
- 左侧 portlet 包含两个超链接,如 demo1 和 demo1。演示2。
- 我还有另外两个 portlet,即 demo1Portlet 和 demo1Portlet。 demo2Portlet。
- 将显示“demo1Portlet”,而不是右侧 portlet 默认。
- 现在我要做的是,如果我点击 demo2 链接,那么,右侧 portlet 将发生变化,它将显示“demo2Portlet”,如果我单击 在 demo1 链接上,它将在右侧显示“demo1Portlet”。
谁能知道我如何完成这项任务?
请尽快回复我。
我是liftray的新手,所以我不知道这是否可以通过IPC或不通过IPC来实现。请解释一下会发生什么。
谢谢。
I am new in liferay. So, I just want to explain my scenario.
Actually I have two portlet on my web page - one is in left side and other is on right side:
- he left side portlet contains two hyperlink say demo1 & demo2.
- And I have another two portlet say demo1Portlet & demo2Portlet.
- Instead of right side portlet "demo1Portlet" will be displayed by
default. - Now what I have to do is, if I click on demo2 link then, right side
portlet will change and it will display "demo2Portlet" and if I click
on demo1 link then it will display "demo1Portlet" on right side.
Can any one know how I can achieve this task?
Please reply to me as soon as possible.
I am new to liftray, so I don't know whther this can be achieved through IPC or without it. Please explain whatever will be the way.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种不同的方法可以让 portlet 相互通信。大多数内容都包含在 IPC 和 后代<一个href="http://www.liferay.com/community/wiki/-/wiki/Main/Eventing+and+Shared+Render+Parameters;jsessionid=6CACC5A9C08E957058936D3368E3C24F.node-2" rel="nofollow">页面。
就您而言,您确实应该查看 客户端页面:
根据你的基本结构,
你会在“发送器 portlet”:
然后在“接收 portlet”上:
There are a couple of different ways to have portlets talk with each other. Most are covered under the documentation of IPC's and the descendant pages.
In your case, you should really look at the client-side page:
With your basic structure
You would have this JS on the "transmitter portlet":
Then on the "receiving portlet(s)":