If you don't know the CKEditor, you soon will. Maureen (and others) have recently gone public with the announcement that starting in near term release of 8.5.x, that fantastic rich text editor will be shipped built in with the Domino server and will be integrated for easy use for XPages.
One thing that's hard to do at present with the CKEditor when you integrate with Domino, is handle the built in browsing/uploading/embedding for file attachments, images, flash, and so on. There are plug-ins for ftp and perl, and some others, but of course not for Domino. I wrote my own for my integration and includes a full file system simulation so users can create folders and so on and store files in what seems like a traditional file system but is in fact a Domino database that replicates across the cluster. I may sell it or give it away at some point -- I haven't decided.
There's good news on that front for all of us, however! Maureen demonstrated at the "Developer Camp" in Germany last week that the integration with Domino includes the ability to upload directly into the rich text field associated with the editor on the Domino back end. While it's not the same solution I came up with and there are some limitations to the idea of storing the files with the document rather than in a distinct library, I think the way IBM is doing things makes sense for the general use product set they're making -- and the way CKEditor works, there's no reason you can't switch to your own method (or mine) on a per implementation basis with just a very tiny bit of javascript.
Even better, just because there's no checkbox (not that has been announced as yet anyway) for regular forms to use that editor, doesn't mean you can't do it. Once that editor is shipping on the server, you should be able to standardize your code for how you use it in your own applications. Since it will be there, and be in the same place on every server, you can build your apps to take advantage of it.
I've standardized on CKEditor for my own web applications and actually find it better for many things than a traditional editor would be. I'll be doing some experimenting along those lines and see about suggesting a way to standardize on it a bit.
Comment Entry |
Please wait while your document is saved.
in a distinct library.
I'd be shocked if they don't include a checkbox for CKEditor on regular Forms,
albeit with the caveat that file uploads wouldn't work (or at least would
probably work as generic V2 web attachments.)