Liferay版本6.2中的日历portlet Liferay钩子

时间:2014-01-08 06:57:19

标签: jsp calendar liferay portlet portal

有人可以使用Hooks在Liferay版本6.2中指出“如何自定义日历portlet”?

问题是,Calendar jsp文件没有显示在liferay-hook.xml配置文件的Customizable jsp列表中。

我想要做的就是在Liferay门户6.2中添加几个新按钮,更改标签并在现有Calendar portlet中添加一些新操作。

有人可以让我知道如何逐步完成这项工作吗?

3 个答案:

答案 0 :(得分:3)

也许本指南是正确的起点。你不必创建一个钩子,而是一个扩展另一个插件的插件:

https://www.liferay.com/it/documentation/liferay-portal/6.1/development/-/ai/lp-6-1-dgen02-creating-plugins-to-extend-plugins-0

答案 1 :(得分:1)

日历portlet无法挂钩,因为它是一个单独的插件。 所以,你必须从url https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/calendar-portlet的github获取插件 接下来,您可以编辑此插件的任何文件。 最后,您可以使用ant构建项目并将其部署到Liferay门户中。

答案 2 :(得分:-1)