Carsten O. wrote:
I switched form “Multi-Page” to “Web Help” output.
We use the “Classic” design.
Is it possible to remove the search and print area by configuration(-file)?
Sorry but this is currently not possible.
If you are definitely not interested in
- the Web Help with the "simple" layout (-p webhelp.wh-layout simple -o
webhelp and its webhelp* variants; example:
http://www.xmlmind.com/w2x/_distrib/doc/manual/webhelp5/manual.html),
and in
- the Multi-page HTML (-o frameset and its frameset* variants; example:
http://www.xmlmind.com/w2x/_distrib/doc/manual/frameset5/manual.html ),
then may be a workaround would be to use a custom CSS to hide the search
and print buttons.
-p webhelp.wh-user-css SOMEWHERE/hide_unwanted.css
where hide_unwanted.css contains:
---
a.wh-icon-search {
visibility: hidden; /* OR display: none; */
}
span#wh-toc-print {
visibility: hidden; /* OR display: none; */
}
---
- See http://www.xmlmind.com/w2x/_distrib/doc/manual/index.html#webhelp_step
- The software component used by W2X to generate Web Help is "XMLmind
Web Help Compiler". See http://www.xmlmind.com/ditac/_whc/doc/index.html
. See also http://www.xmlmind.com/ditac/_whc/doc/manual/parameters.html
I can do it in code:
Before: [SCREENSHOT #1]
After: [SCREENSHOT #2]
--
XMLmind Word To XML Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/w2x-support