cancel
Showing results for 
Search instead for 
Did you mean: 

Small Hint,

joksy
Champ in-the-making
Champ in-the-making
Hi, I m writing a custom dashlet, and at some point I need a link to the space where the node is and this work fine, but could be very useful also a link to a particular action.

So for instance a link to the view details of a content. The code below point to the space where the content is. Exist a way to open the detailed view of that content??


<a href="/alfresco/n/browse/workspace/SpacesStore/${y.id}" title="Browse to ${doc.properties.name}">details</a>

Thanks a lot

Best Regards.
2 REPLIES 2

lista
Star Contributor
Star Contributor
Hi,

sure it does!

If you, using Alfresco Web Client go to the Detailed View, look at the Links section, you'll see all sorts of links, for instance:

- Alfresco Node Reference
- Browse Page URL
- Details Page URL

You can the use this information to determine what you need.
This is the difference between what you have, and what you need:

http://suse:8080/alfresco/n/browse/workspace/SpacesStore/7dc524be-e84e-4702-94a4-75fe9ad6dc1f
http://suse:8080/alfresco/n/showSpaceDetails/workspace/SpacesStore/7dc524be-e84e-4702-94a4-75fe9ad6d...

Cheers,
Ivan.

joksy
Champ in-the-making
Champ in-the-making
Hi Ivan, Many thanks for the hint it work perfectly fine Smiley Happy

Many thanks