site-webscripts : This will have the ftl file, property file , description file and the controller file
site-welcome.get
site-welcome.get.desc
site-welcome.get.head.ftl
site-welcome.get.html.ftl
Configure custom dashlets
All of the dashlets provided by Alfresco Share are configured by using webscripts.
We just need to provide the family when configuring the webscripts.
Three families are available out of the box:
1. Site-dashlet
2. User-dashlet
3. Dashlet
If you want create new dashlet, just write the webscript which can be rendered by ftl. In the webscript mention the family to decide whether it is the dashlet to be available for the user or site or welcome page.
No comments:
Post a Comment