[xwiki-users] link to attachment
Hi, just a question, is it possible to link to an attachment of another page. Thanks Helmut -- View this message in context: http://www.nabble.com/link-to-attachment-tp17104720p17104720.html Sent from the XWiki- Users mailing list archive at Nabble.com.
hel-o wrote:
Hi,
just a question, is it possible to link to an attachment of another page.
Thanks Helmut
Using html links: <a href="$xwiki.getDocument('Space.AnotherDocument').getAttachmentURL('filename.png')">this is the file</a> Using the attach macro: {attach:this is the file|filename.png|document=Space.AnotherDocument} -- Sergiu Dumitriu http://purl.org/net/sergiu/
See http://code.xwiki.org/xwiki/bin/view/Macros/AttachMacro -Vincent On May 7, 2008, at 3:31 PM, Sergiu Dumitriu wrote:
hel-o wrote:
Hi,
just a question, is it possible to link to an attachment of another page.
Thanks Helmut
Using html links:
<a href = "$ xwiki .getDocument ('Space.AnotherDocument').getAttachmentURL('filename.png')">this is the file</a>
Using the attach macro:
{attach:this is the file|filename.png|document=Space.AnotherDocument}
participants (3)
-
hel-o -
Sergiu Dumitriu -
Vincent Massol