cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a dashlet to browse the repository

jeanp
Champ in-the-making
Champ in-the-making
Hi,

I'm a beginner in alfresco development and i want reproduce the browser of repository in a dashlet.

For example i want reproduce the same things what the popup which allow to add attachments thanks to picker . My dashlet will available only for admin user.

thanks by advance for your responses.

Aldo
Alfresco 4.2.f community
5 REPLIES 5

jpotts
World-Class Innovator
World-Class Innovator
Start with a very basic dashlet that communicates with the repository. Here is one example:

https://code.google.com/p/alfresco-get-latest-document/

Once you see how that works, look at other examples. There are many to choose from from the Share Extras project, see:

https://github.com/share-extras

Of course you should also dig into the Alfresco Share source. If you want to do something that Alfresco Share already does, there is no better example.

Jeff

jeanp
Champ in-the-making
Champ in-the-making
Thanks for your response jpotts.

I browse links which you gave me but I don't found my solution. I'm sorry if I missed information.
In fact I want know if there is a way to have in my dashlet the same things as the screen. I'm just interest by the blue circle (join in attachment) to reproduce a alfresco browser.

[img]http://imageshack.com/a/img836/9452/bo0j.png[/img]

jpotts
World-Class Innovator
World-Class Innovator
Try looking at the Saved Search dashlet. You can configure it with a search and it will always display the results in your dashlet. Maybe that is enough to meet your requirements. If it isn't, you can use it as a starting point because it already knows how to display the results, all that would be left for you is tweaking what results show up.

Jeff

wijden
Champ in-the-making
Champ in-the-making
Hello,
How to add other properties in dashet saved search ? (Alfresco community)

jpotts
World-Class Innovator
World-Class Innovator
I do not understand your question.

Jeff