自定义添加应用程序链接不起作用

发布于 2024-11-29 09:16:20 字数 714 浏览 1 评论 0原文

我想向我的 Liferay 主题添加自定义添加应用程序链接。

这就是我在模板 (portlet_normal.vm) 中的内容:

            #if($show_add_content)
              <a href="javascript:$add_content_url" id="addApplications">$add_content_text</a>
              <a href="javascript:$layout_url" id="layoutTemplates">$layout_text</a>
            #end  

这就是我在页面上得到的内容:

<a href="javascript:Liferay.LayoutConfiguration.toggle('87');" id="addApplications">Add   Application</a> 
<a href="javascript:Liferay.LayoutConfiguration.showTemplates();" id="layoutTemplates">Layout Template</a>

布局按钮按预期工作,但添加应用程序 portlet 未加载。

我想缺少库/包含?有人有想法吗?

i want to add a custom Add Application Link to my Liferay Theme.

This is what i have in the template (portlet_normal.vm):

            #if($show_add_content)
              <a href="javascript:$add_content_url" id="addApplications">$add_content_text</a>
              <a href="javascript:$layout_url" id="layoutTemplates">$layout_text</a>
            #end  

and this is what I got on the page:

<a href="javascript:Liferay.LayoutConfiguration.toggle('87');" id="addApplications">Add   Application</a> 
<a href="javascript:Liferay.LayoutConfiguration.showTemplates();" id="layoutTemplates">Layout Template</a>

The Layoutbutton is working as expected, but the Add Applications portlet is'nt loaded.

I think about missing libs/includes? Has anyone an idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风柔一江水 2024-12-06 09:16:20
  • 您使用什么版本? (尝试重现时总是有帮助)
  • “portlet_normal.vm”是问题中的拼写错误还是这是您创建的文件?它需要是portal_normal.vm
  • 您在安装中还更改了什么?对 vm 文件的其他更改?属性文件与 javascript 文件相关的更改?
  • 您尝试过其他浏览器吗?
  • id(在“a”元素中给出)是否唯一?
  • What version are you using? (always helps when trying to reproduce)
  • Is "portlet_normal.vm" a typo in the question or is this the file that you created? It needs to be portal_normal.vm
  • What else did you change in your installation? Other changes to the vm file? properties file changes with relation to javascript files?
  • Have you tried a different browser?
  • Is the id (given in the 'a' element) unique?
记忆里有你的影子 2024-12-06 09:16:20

您是否尝试过以下解决方案
http://www.liferay.com/community/wiki //wiki/Main/Link+to+Dockbar

addApplication 对我有用。但是布局模板链接不起作用。

Have you tried the solution in
http://www.liferay.com/community/wiki/-/wiki/Main/Link+to+Dockbar

The addApplication works for me. However the layout template link didn't work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文