Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Extension point (org.eclipse.help.contentExtension) link resources (images etc.)(How to handle resources when using "contentExtension" extension point?)
Extension point (org.eclipse.help.contentExtension) link resources (images etc.) [message #1060578] Mon, 27 May 2013 03:12
Norman Schoene is currently offline Norman Schoene
Messages: 3
Registered: April 2013
Junior Member
Hi,

I am using the extension point "org.eclipse.help.contentExtension" to allow installed plug-ins to add help dynamically in the global help of our Eclipse 3.8.x/4.2.2 (compatbility mode) RCP application.

The thing is that I want them to also be able to embed images and other resources in the provided help. But the "org.eclipse.help" does not seem to do anything to these links and they cannot be resolved from the source plug-in.

I tried the following variations in the source plug-in XHTML with no success:
<img src="/my.contributing.plugin/resources/help/someImage.png" alt="Some image" />
<img src="my.contributing.plugin/resources/help/someImage.png" alt="Some image" />
<img src="/resources/help/someImage.png" alt="Some image" />
<img src="someImage.png" alt="Some image" />


Note that the XHTML document containing any of these lines is located on the same directory level as "someImage.png". The rest of the document is shown in the global help without problems.

Any hints?

Thanks,
Norman
Previous Topic:Changing fonts in Eclipse InfoCenter toolbars
Goto Forum:
  


Current Time: Mon May 27 23:25:30 EDT 2013

Powered by FUDForum. Page generated in 0.02190 seconds