Insert text at cursor position niceEdit

140 Views Asked by At

I'm using NiceEdit for a project. How to insert text at current cursor position?

The getContent() function reqturns whole text. If I add something like getContent()+someText someText always appear after getContent().

How to insert text in current cursor position?

0

There are 0 best solutions below