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?
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.
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.