Replacing hints styles with custom hints

Oxygen general issues.
mattwolfe
Posts: 26
Joined: Thu Apr 26, 2012 5:36 pm

Replacing hints styles with custom hints

Post by mattwolfe »

I know I could replace the hints style that comes with Oxygen by replacing the hints.html file in \frameworks\dita\css\hints\, but I'd like way that I could point to an external location to pull in a custom hints file so users don't need to update a local version every time we make updates.

Is there a way to do that?
alex_jitianu
Posts: 1007
Joined: Wed Nov 16, 2005 11:11 am

Re: Replacing hints styles with custom hints

Post by alex_jitianu »

Hi,

Yes, it is possible. You'll have to change hints.css and specify a remote location for the hints file:

Code: Select all

hints {
content: oxy_htmlContent(href, 'http://www.oxygenxml.com/hints.html', id, "div_id", width, 100%);
}
You could probably use the Find/Replace dialog to change all occurrences (there are quite a few).

Best regards,
Alex
Post Reply