WYSIWYG HTML Editor Ext2.0? ODF
January 5th, 2009I'd like to know your thoughts on the WYSIWYG HTML Editor that is being integrated into Ext2.0. The biggest short comming of the editors available are that they cannot export the content to standard formats such as OpenXML or PDF directly. I would think that an enterprise level application would see this feature as a huge bonus. I've been using TinyMCE which I'm sure you will agree is an outstanding WYSIWYG editor. With the ASP (Application Service Provider) model of years ago now coming to fruition I would think this would be a direction any WYSIWYG would want to go in. Your thoughts?
No, it's not Word's preferred fmt, but it will do it.
On the other hand, I see wisdom in the translate-after-export approach.
It could be done under the hood, after all, which would seem to meet the OP's idea.
--dan
First off, you have to realize that you are using a WYSIWYG editor inside of a browser. It isn't a fully-functional word processor. It doesn't really make sense, at least to me, how you would plan on editing ODF or OpenXML formats when the browser doesn't render them. You wouldn't be able to switch between html/code view and the WYSIWYG view.
On top of that, there would be no way for a javascript application to generate a PDF, being that PDF encorperate these three things: PostScript, Embedded Fonts, and data compression. To generate PDF, you need a server-side technology.
I'm curious to see what the ExtJS devs think about this though.
Side Note: As for OpenXML, it should be abandoned, like most of Microsoft's technologies, its inherently flawed and bloated. Not to mention, this format requires zip compress capability, meaning you'll have to use a server-side tech.
I'd say this really isn't a javascript task.
Just a though...
It doesn't really make sense, at least to me, how you would plan on editing ODF or OpenXML formats when the browser doesn't render them
To clarify, I asked if it could be 'exported' and not necessarily 'edited' as one of the soon to be standardized document formats. The advantage to exporting to one of these formats is that you'll be able to save and open them within applications which support those formats.
#If you have any other info about this subject , Please add it free.# |