Page 1 of 1

WYSIWYG html editor in CEF

PostPosted: Tue Nov 13, 2012 2:22 am
by ClaudeZhong
I want to design a WYSIWYG html editor using CEF, is that possible?
JS could realize editing in browser(real-time edit and drag elements) I think, but I don't know how to capture external drag&drop events — drag button, picture and other elements into design area.
Winform browser has an editor mode, so I wander CEF may achieve this too.

Re: WYSIWYG html editor in CEF

PostPosted: Tue Nov 13, 2012 1:40 pm
by magreenblatt
Yes, it's been done. you should be able to handle external drag events via JS as well.