Page 1 of 1
how to modify the webhelp output
Posted: Fri Apr 29, 2022 10:46 am
by hedyhan
I have 3 questions about the webhelp output, can you help me?
1. How to delete the footer "Output generated by <oXygen/> XML WebHelp"?
2. How to delete the "link" button,"print" button on the top-right of the webhelp output?
3. How to add a custom logo on the top-left of the webhelp output?
My oxygen version is 19 and the output is webhelp form.
Re: how to modify the webhelp output
Posted: Fri Apr 29, 2022 12:45 pm
by chrispitude
Hi hedyhan,
I do not work for Syncro Soft, I am just a user like you. But I am curious - have you considered updating to the latest release of Oxygen? v19 is quite old now, and there have been many improvements since v19 and v24.1.
Re: how to modify the webhelp output
Posted: Fri May 06, 2022 6:36 am
by hedyhan
hedyhan wrote: ↑Fri Apr 29, 2022 10:46 am
I have 3 questions about the webhelp output, can you help me?
1. How to delete the footer "Output generated by <oXygen/> XML WebHelp"?
2. How to delete the "link" button,"print" button on the top-right of the webhelp output?
3. How to add a custom logo on the top-left of the webhelp output?
My oxygen version is 19 and the output is webhelp form.
It's wrong here, my oxygen version is 21.0
Re: how to modify the webhelp output
Posted: Tue May 10, 2022 4:12 pm
by radu_pisoi
Hi,
Conforming with our
End of Life (EOL) Policy , the version 21 is in End of Support state, so we recommend you to upgrade to the latest version, 24.1.
All your request can be accomplished by using WebHelp transformation parameters:
1. How to delete the footer "Output generated by <oXygen/> XML WebHelp"?
To create a custom footer you can use the
webhelp.fragment.footer parameter. The value of this parameter can be either a well-formed XHTML fragment or a path to a file that contains a well-formed XHTML fragment.
2. How to delete the "link" button,"print" button on the top-right of the webhelp output?
The
webhelp.show.print.link parameter specifies if a print link or icon will be presented within each topic in the output.
3. How to add a custom logo on the top-left of the webhelp output?
Please see the
How to Add a Logo Image in the Title Area topic from our documentation.