I am unable to change the dashlet title names. In the customize dashboard page there is an option to only choose among the predefined dashlets. How do we add a custom dashlet or change the name of the dashlets available.
How to change the dashlet name in alfresco community v5.0.0?
251 views Asked by Deeptha AS At
2
There are 2 answers
0
On
I found out a way to do it.
We need to change the header in the property files under the folder '\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets\'
for ex: to change the title of the image preview dashlet, we need to change the header in imagesummary.get.properties file.
You can not change Name of dashlet directly without changing code.If you want to change name of existing dashlet you need to override that dashlet.
For creating new dashlet I have have some references which are as below.
http://docs.alfresco.com/3.4/concepts/kb-dashlet.html
http://customizealfresco.blogspot.in/2012/09/create-simple-dashlet-in-alfresco-share.html
https://wiki.alfresco.com/wiki/Share_Custom_Dashlets