On Feb 15, 10:46 pm, Sam McCall <
sammcc...@google.com> wrote:
> Another option is contenteEditable, which is an attribute you can set
> on a DOM node to make the contents editable. You do need a bit of
> scripting to get formatting, but this is standard DOM stuff and should
> be available in dart:html (or failing that dart:dom).
>
> There's a quick intro here:
http://www.quackit.com/html/codes/contenteditable.cfm
> and reference info on MDN:
https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla
> Browser support information and a couple of other interesting links here:
http://caniuse.com/#search=contenteditable
>
>
>
>
>
>
>
> On Wed, Feb 15, 2012 at 8:41 PM, Seth Ladd <
sethl...@google.com> wrote:
> > A textarea isn't useful for rich text editing, as you have discovered. There
> > are some open source projects like YUI's Rich Text Editor that should help.
>
> > I haven't tried it, but you should be able to use something like the above,
> > and grab the content via Dart (straight from the DOM). I'm not aware of a
> > Dart port of a Rich Text Editor.
>