Rich text in Web

I am trying to save a rich text in Web, but it does not do it, that I must make to obtain this. Thanks

Subject: rich text in Web

Read this article http://www.codestore.net/store.nsf/unid/EPSD-62QM6S?OpenDocument

It should help you out.

Subject: RE: rich text in Web

If you are submitting via the onSubmit function then you’ll need to call the Domino function that actually saves the body text. It is:

_getEditAppletData()

Just put that in the onSubmit function and it’ll save your data from the rich text editor.

I also have a web example posted at:

http://skylab.ironclads.com/codes.nsf

Look for the “Code Example for Rich Text Editor and more examples” example.