I am using your "javascript" platform for the help-pages of my own product, where the html pages are displayed inside an "embedded" ms web-browser control. I did have some trouble with the "highlight.js" file, because my product hides the browser's own scroll-bars, but I was able to get round this by getting the script to execute:
window.external.zoomhipos = y ;
Of course, I had to add an IDispatch interface, to implement the "external" property "zoomhipos" which was more a question of research than effort. If anyone is interested in this solution, just email me for examples.
Thanks for a great product!
window.external.zoomhipos = y ;
Of course, I had to add an IDispatch interface, to implement the "external" property "zoomhipos" which was more a question of research than effort. If anyone is interested in this solution, just email me for examples.
Thanks for a great product!
Comment