Hi,
I'm a newbie with CKEditor and plugin development. It's very difficult to find a good guide to do iframe dialog. There is a lot of fragmented elements on the net, but i didn't find a complete commented example corresponding to my needs.
Another difficulty is to use Primefaces components (editable selectonemenu is a nightmare) in the dialog and create interaction with CKEditor.
At the end, i've done what i want. But for other people who need to do the same, for my own team, and for me if i have to do the same in the next months, i wrote a little guide on what i've done :
Create an iframe dialog plugin for CKEditor with text modification
and
Create an iframe dialog plugin for CKEditor with range selection
My purpose is not to do a course on how to do a iframe dialog, but just to publish a commented example that works. Perhaps there are better ways to do the same. In this case, i listen to you !
Cheers,