1
I have a <p:editor />
and need to insert predefined text at the current cursor position.
I’ve been looking in the documentation of Primefaces and found nothing similar (I can clean using PF('editor').clear()
but I couldn’t find anything to insert text)