In my application I have a HTMLPane which receives contents from server. The contents is set using the setContents method.
The HTML contents contains some anchor, defined by <a> tags. Eg.: <a name='anchor1'>, <a name='anchor2'> etc.
I'd like to be able to programatically scroll the HTMLPane to specific anchors, according to these names. Is that possible?
Thanks,
Matheus
The HTML contents contains some anchor, defined by <a> tags. Eg.: <a name='anchor1'>, <a name='anchor2'> etc.
I'd like to be able to programatically scroll the HTMLPane to specific anchors, according to these names. Is that possible?
Thanks,
Matheus
Comment