Andreas Ecker wrote: > While the HtmlArea may not be "perfect" just yet, it should already be a > solid foundation for a cross-browser html editing widget. Goal is not to > have another feature "monster" (there are way too many on the web > already) >
I completely agree with Andreas on this one -- the HtmlArea code should be kept as lean and clean as possible! Adding pre-built Toolbars and such will just make it a pig, and most developers will want it to do something that it doesn't/can't out of the box. Much better would be a very solid core html editing backdrop, that we can easily hook into with our own code (am sure this is the direction you've taken already). I haven't looked into it in detail yet, but it should give us a range of events that will let us act on changes occurring while the user is doing edits, so we can do things like filter the generated html code efficiently, as well as being able to set properties that will enable/disable various editing abilities... +1 for a lean, fast html editor 'core' :-) -Chris ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
