cancel
Showing results for 
Search instead for 
Did you mean: 

Create Shortcut

lucille_arkenst
Champ in-the-making
Champ in-the-making
Hello,

How do I create a shortcut to "document library" in a site and make it visible on everyone's dashboard?

Thanks!
13 REPLIES 13

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
hire is the unswer http://forums.alfresco.com/en/viewtopic.php?f=12&t=34698#p101289

it works, and I can prove it, give me address of your space and I will provide you with the code.

lucille_arkenst
Champ in-the-making
Champ in-the-making
I believe that it works, I am sure I am simply doing something wrong.  Can you put a screenshot of where your link is on the screen?

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
I will provide you during this day  :wink:

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
<h:panelGrid columns="2" cellpadding="2" cellspacing="2" border="0" id="demo-panel">
<h:graphicImage value="/images/icons/gettingstarted_demonstration.gif" width="32" height="32" />
<h:panelGroup id="demo-link">
<a:actionLink href="http://localhost:8080/alfresco/n/browse/workspace/SpacesStore/b9e9701f-0c6e-499a-9a98-eca3dd55c82b"  style="font-weight:bold" value="This is a start" />
<f:verbatim><br></f:verbatim>
<h:outputText value="This is short cut to my directory" />
</h:panelGroup>
</h:panelGrid>

this is copy paste from my alfresco, you should just add msg for description and href value, or you can hardcode it.
also you should change address of the space. hope this helps. :idea: