Hi, nuce component, is "insert at caret position" available ? Thanks

Hi, nuce component, is “insert at caret position” available ?

Thanks

Hi. I don’t think so, but care to elaborate what do you mean precisely:
a) a way to set the caret position with Java, using eg. character count ?
b) to add text to the current caret position by prepend / append ?
c) something else

This way I know what I should look forward to implementing. Thanks

Hi, thanks for your answer,

The behaviour should be like the insert form clipboard, but with a method.

For example, the user click into the editor at the insert position, than click on a button that insert some text/html ad the selected position.

Thanks

That API on Java side would require that the caret position is reported to the server side, or executing JS from Java that will do that.

It is not possible currently but I created an issue about that https://github.com/pleku/wysiwyg-e-java/issues/11