I can easily do execcommand on a contenteditable selection if using a button. However using any other element fails.
Why is this and how can I make it work using a div element.
Thanks.
|
1
|
I can easily do execcommand on a contenteditable selection if using a button. However using any other element fails. Why is this and how can I make it work using a div element. Thanks.
|
||
|
|
Most, if not all, of the WYSIWYG editors out there use an Take a look at this page about Midas, Gecko's built-in rich text editor. |
||||||||
|
|
|
Google Wave doesn't use iFrames, it is purely contenteditable divs, however good luck searching through all their compressed code.. |
||
|
|
<li>elements not dissimilar to your example. It's not usingcontenteditableof course, but maintains the selection nonetheless. May be of interest, the WMD editor on github: github.com/derobins/wmd/blob/master/wmd.js – Crescent Fresh Sep 26 at 2:10