Hi We are trying to use Dojo for rich text editing. It looks and works fine (it can edit text), but it won’t save.
We use @Command( [FileSave] ); and that worked before we used the Dojo-thing.
We have put the string: " dojotype=“dijit.Editor” stylesheets=“…/…/dojo/resources/dojo.css” id=“editor2” " on the “other”-field under the html-tag in the RichTextField’s FieldProperties.
Does anyone know what we are missing?
We use Firefox and Dojo 1.0.2
Subject: dojo rich text editor
Take a look at Henry Newberry’s handy Dojo Digit Editor sample that he showed for SpeedGeeking at Lotusphere 2008. That should give you a working sample to work on, and a number of helpful suggestions about getting it set up.
If you want to be able to edit the rich text in both Notes and on the web, you will see that Henry mentions our CoexEdit product in his notes. After I saw that, I built an integration using CoexEdit for my blog in the post Henry’s Dojo SpeedGeeking to CoexEdit in 40 minutes.