View Full Version : Resolved WYSIWYG Editors...
Hello,
I know of many WYSIWYG editors. And I've looked at the code... I just don't understand how they work.. Can anyone explain the process for me please? Thanks...
Nile
Browser magic. In IE, contentEditable (http://msdn.microsoft.com/en-us/library/ms537837(VS.85).aspx); in Gecko, Midas (https://developer.mozilla.org/en/Midas). Because they are entirely non-standard and many browsers do not support either of these interfaces, a fallback must always be provided.
Thanks, I'll see what I can do.
Here's what I have so far: http://unlinkthis.net/wysiwyg/nile/wysiwyg.html
It will keep updating!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.