How to configure the DOJO Rich Text control in an xpage

I would like to add some additional buttons to the Rich Text (textarea) control in an xpage.

The Image icon, to add an image tag to a URL of an image. The Table icon, to add tables into the field. The link icon, to add a link to a different page or URL.

I would also like to remove a few things like: font and size selection for text.

Does anyone know how to do this? Has anyone seen documentation on how to configure this in the xpage or on the domino server?

Thanks

Subject: Dijit/DojoX Editor

I’ve done it but I don’t have access to the code right now. When I do, I’ll post it.

Have you checked out the Dojo Editor help? http://api.dojotoolkit.org/jsdoc/dojox/1.2/dojox.editor.plugins

http://docs.dojocampus.org/dojox/editor/plugins/TablePlugins

http://docs.dojocampus.org/dijit/Editor

Subject: I took a look, but?

Greg, thanks for taking the time to comment and thanks for the link. It looks like in a normal HTML world I would just add on the needed plugins to the div tag. However with an xpage this is an xml statement, I did try adding the plugins to that, but get an error message. If you have an example, that would be great.

Thanks, Darin

Subject: Anybody have any ideas?

Still looking for information on how to configure the DOJO Rich text editor, to include more buttons (Image, Link, ect)

Subject: The rich text control is modified by IBM

There isn’t any documentation on changing it. You would have to go through the code yourself.Then you would risk causing problems for xPages and suing the javascript control on normal html pages.