Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Glitch in CSS usage
Glitch in CSS usage [message #621813] Wed, 12 November 2008 19:04
Mike Melton is currently offline Mike MeltonFriend
Messages: 50
Registered: July 2009
Member
I've set up a customization plugin and use plugin_customization.ini to
configure my Infocenter. I've set topic_css to use a CSS I have in my
customization plug-in.

With the content plug-ins, if I don't have content associated with a TOC
entry, Eclipse generates a mini-TOC and displays it in the content frame,
which is okay, but it doesn't access the CSS in the same way the regular
content pages do.

For example, in my implementation, the content pages access the CSS in the
following way:

<link rel="stylesheet"
href=" ../content/PLUGINS_ROOT/com.citrix.proddoc.ICbase/CSS/book.c ss "
type="text/css"></link>

Where com.citrix.proddoc.ICbase/CSS/book.css is what I set topic_css to.

The Eclipse generated pages, however, try to get the CSS in the following
way:

<link rel="stylesheet"
href="../content/PLUGINS_ROOT/PRODUCT_PLUGIN/book.css"
type="text/css"></link>

It's looking for the CSS in the wrong location. Does anyone know where I
can set the value for the Eclipse generated pages or how I can set
PRODUCT_PLUGIN?
Previous Topic:Infocenter: Bookmarks only for IE?
Next Topic:Re: Standalone help for RCP product
Goto Forum:
  


Current Time: Thu Apr 18 19:42:10 GMT 2024

Powered by FUDForum. Page generated in 0.01985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top