Question

Can someone point out "How to customize Calendar portlet" in Liferay version 6.2 using Hooks?

The problem is that, the Calendar jsp files are not being shown in Customizable jsp list in liferay-hook.xml configuration file.

All I want to do is add few new buttons, change the labels and add some new actions in existing Calendar portlet in Liferay portal 6.2.

Can someone let me know how this has to be done step by step?

Was it helpful?

Solution 2

The calendar portlet can not be hooked because it is a separate plugin. So, you must get plugin from github at url https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/calendar-portlet Next, you could edit any file of this plugin. Finally, you could build project using ant and deploy it into your liferay portal.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top