Claude
unread,Nov 6, 2012, 10:12:45 PM11/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cefs...@googlegroups.com
I want to design a WYSIWYG
html editor using cefsharp, it's this possible? The easiest way in my
mind is to switch cefsharp into a "design mode", but it doesn't support
that.
I try to add my own drag&drop event handler for cefsharp, but there is no response...
Or
should I try to implement by JS? However, not only need I drag&drop
elements inside the browser(JS may be able to do this), but
drag&drop elements into it from outside(toolbox or something) as
well -- JS may not be a good idea for the latter function.
Any suggestion? Thx.