Attaching an image from another document?
Hi, I'd like to attach an image to the current document but the image is attached to another document. I couldn't find the answer in the FAQ. It would be great if the {image:} radeox macro allowed for this. Right now the only solution I'v found (which is a bit ugly) is to use an HTML <img> tag as in: <img src="/xwiki/bin/download/XWiki/Toolbar/image.gif" /> Any other solution I would have missed? Thanks -Vincent ___________________________________________________________________________ D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions ! Profitez des connaissances, des opinions et des exp�riences des internautes sur Yahoo! Questions/R�ponses http://fr.answers.yahoo.com
Hi, Indeed this needs to be extended in the Radeox Macro. Your workaround is bad. It should be: <img src="$xwiki.getAttachmentURL("image.gif","XWiki.Toolbar")" /> Ludovic Vincent Massol a écrit :
Hi,
I'd like to attach an image to the current document but the image is attached to another document. I couldn't find the answer in the FAQ.
It would be great if the {image:} radeox macro allowed for this.
Right now the only solution I'v found (which is a bit ugly) is to use an HTML <img> tag as in:
<img src="/xwiki/bin/download/XWiki/Toolbar/image.gif" />
Any other solution I would have missed?
Thanks -Vincent
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: lundi 4 décembre 2006 16:56 To: [email protected] Subject: Re: [xwiki-dev] Attaching an image from another document?
Hi,
Indeed this needs to be extended in the Radeox Macro.
Ok. For the record I've found a jira issue for it: http://jira.xwiki.org/jira/browse/XWIKI-406
Your workaround is bad. It should be:
<img src="$xwiki.getAttachmentURL("image.gif","XWiki.Toolbar")" />
I was following a FAQ. I've fixed it: http://www.xwiki.com/xwiki/bin/view/Doc/HowDoIAddAnImageToAPresentation Thanks -Vincent
Vincent Massol a écrit :
Hi,
I'd like to attach an image to the current document but the image is attached to another document. I couldn't find the answer in the FAQ.
It would be great if the {image:} radeox macro allowed for this.
Right now the only solution I'v found (which is a bit ugly) is to use an HTML <img> tag as in:
<img src="/xwiki/bin/download/XWiki/Toolbar/image.gif" />
Any other solution I would have missed?
Thanks -Vincent
_____ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
---------------------------------------------------------------------
______________________________________________________________________ -
--
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
Hi there, What would also be really better is to have the image showing up on a xwiki page including another to which the image was first attached... Don't know if I'm clear enough... when you use #includeTopic("a page with an image") the image doesn't show up. I commented it as such in JIRA Cheers, and thanks for xwiki ! François On 12/4/06, Vincent Massol <[email protected]> wrote:
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: lundi 4 décembre 2006 16:56 To: [email protected] Subject: Re: [xwiki-dev] Attaching an image from another document?
Hi,
Indeed this needs to be extended in the Radeox Macro.
Ok. For the record I've found a jira issue for it: http://jira.xwiki.org/jira/browse/XWIKI-406
Your workaround is bad. It should be:
<img src="$xwiki.getAttachmentURL("image.gif","XWiki.Toolbar")" />
I was following a FAQ. I've fixed it: http://www.xwiki.com/xwiki/bin/view/Doc/HowDoIAddAnImageToAPresentation
Thanks -Vincent
Vincent Massol a écrit :
Hi,
I'd like to attach an image to the current document but the image is attached to another document. I couldn't find the answer in the FAQ.
It would be great if the {image:} radeox macro allowed for this.
Right now the only solution I'v found (which is a bit ugly) is to use an HTML <img> tag as in:
<img src="/xwiki/bin/download/XWiki/Toolbar/image.gif" />
Any other solution I would have missed?
Thanks -Vincent
_____ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
---------------------------------------------------------------------
______________________________________________________________________ -
--
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- François Le Droff http://www.droff.com
I think you have your arguments in the wrong order, it should be $xwiki.getAttachmentURL( :clap: Ollie Ludovic Dubost wrote:
Hi,
Indeed this needs to be extended in the Radeox Macro. Your workaround is bad. It should be:
$xwiki.getAttachmentURL(
Ludovic
Vincent Massol a écrit :
Hi,
I'd like to attach an image to the current document but the image is attached to another document. I couldn't find the answer in the FAQ.
It would be great if the {image:} radeox macro allowed for this.
Right now the only solution I'v found (which is a bit ugly) is to use an HTML tag as in:
/xwiki/bin/download/XWiki/Toolbar/image.gif
Any other solution I would have missed?
Thanks -Vincent
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- View this message in context: http://www.nabble.com/Attaching-an-image-from-another-document--tp7678732p17... Sent from the XWiki- Dev mailing list archive at Nabble.com.
participants (4)
-
François Le Droff -
Ludovic Dubost -
Mike Oliver -
Vincent Massol