Hi, I seem to be missing a trick with the HTMLPane. I am sure its something silly that I need to set but for some reason the javascript files I need to reference are not being found (or at least thats how it appears.).
I am passing in an HTML string (that renders perfectly outside of the HTMLPane), it references external javascript files as usual like so.
I must assume that at the time the HTML is being rendered the path pointer is not at the root or something but I have tried a few things like adding ../ and ../../ etc to the path to get it to render correctly and nothing makes any difference. The js is obviously not running.
I use the SMARTGWT showcase as a template which is why I am confused as to why it just wont work. There is nothing in the console to indicate an error either.
any pointers would be much appreciated.
thanks
Paul
I am passing in an HTML string (that renders perfectly outside of the HTMLPane), it references external javascript files as usual like so.
Code:
<script src="js/formatter.js"></script>
I use the SMARTGWT showcase as a template which is why I am confused as to why it just wont work. There is nothing in the console to indicate an error either.
any pointers would be much appreciated.
thanks
Paul
Comment