Hello Every one,
I am new alfresco, i want to Create Custom Dashlet,: It should be displayed in table wise format in which person name and number of uploaded documents should display. Kindly help to solve this issue.
Thanks in advance
Regards
Leela N
Create following file in "tomcat/shared/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/dashlets".
helloworlddashlet.get.desc.xml
<webscript>
<shortname>Dashlet</shortname>
<description>Dashlet that show a message</description>
<family>dashlet</family>
<url>/components/dashlets/sampledashlet</url>
</webscript>
helloworlddashlet.get.html.ftl
div class="dashlet">
<div class="title">Dashlet example</div>
<div class="body">Hello world</div>
</div>
helloworlddashlet.get.js
Write logic to get data.
Restart Server and your dashlet will be available in Add Dashlet seaction under Customized Dashboard
This link will help you to create custom dashlet.
Surf Dashlets | Alfresco Documentation
Thanks,
Refer below link for details.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.