Hi guys, I know how to add text at the cursor position in the HtmlEditor, https://community.oracle.com/message/12486226#12486226 . How to add a image at the cursor position in the HtmlEditor.:
I know only this method:
this.setHTMLText(this.getHTMLText() + "<img src=" + URL + ">");
However, this method adds an image to the end.
Sorry for my english.