質問

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?

役に立ちましたか?

解決 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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top