如何从 jsp 创建 liferay iframe
这是一个场景。我正在开发一个小项目,在这个项目中,我将根据一些条件检查形成一个 URL。当最终 URL 准备就绪(在 JSP 中)时,我必须调用 liferay iframe 并将此 URL 传递给它,以便加载 JSP。它应该使用我形成的 URL 加载新创建的 liferay iframe。如何在流程中做到这一点?有什么方法可以创建liferay iframe吗? (来自liferay taglib的东西)
谢谢
-Aj
Here is a scenario. I am working on a small project and in this, I will be forming a URL based on some condition checks. When the final URL is ready ( in JSP), I have to invoke the liferay iframe and pass this URL to it so that as the JSP is loaded. It should load the newly created liferay iframe with the URL which I have formed. How to do this in the flow ? Is there any means through which liferay iframe can be created ? (Something from liferay taglib)
Thanks
-Aj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了。做了这样的事。
现在我可以根据需要使用显示和隐藏。
这些按钮可用于根据需要最大化和最小化 iframe,并且一个页面中也可以使用 1 个以上的 iframe。
Got it. Did something like this.
Now I can use the show and hide, as I need and use it.
These buttons can be used to maximize and minimize the iframe based on the need and more than 1 iframe can be used in a page too.