Mon 14 Aug 2006
As my primary mentor for the SoC task is moving house and has no time so far to review my patch, we have to wait longer before this can be merged into svn trunk. Meanwhile, implementing the remaining functionalities kept my busy.
This time, all the buttons (except the anchor button) in the online demo toolbar should actually do something. Most notably, the insertimage and inserttable buttons are working with full undo support in FF and activeX mode IE. In addition, the find dialog works in IE as well (FF is already supported).
Other changes are already merged into the RichText widget in dojo svn:- More activex mode IE support was added: strikethrough and inserthorizontalrule commands are implemented
- Pre content filter support is added
- Pre/Post DOM filter support isadded, which take a dom node as the parameter instead of a string
- External style sheets loading is implemented: now it is possible to customize the editing area appearance with external css files
RSS feed for comments on this post. TrackBack this post
August 15th, 2006 at 8:04 pm
Hi Liu, why didn’t you enable the dndtoolbar plugin? Do you have a package with all the needed files for the online test, this would help testing / hacking your patch
August 15th, 2006 at 9:31 pm
My concern is that it is slow to load.
I’d like to implement a button in the toolbar, so that only when it is pressed, you can dnd the toolbar.
Anyway, I will consider to enable it in the next online demo.