JSP CUSTOM TAG LIBRARIES


richtext tag
In the context of a form tag, enables you to edit the value of a rich text item in a document using either the RichText Java applet or the Microsoft rich text control. Depending on the form's mode, generates a read-only value (read mode) or an HTML input field (edit mode) that automatically updates the item values in the current document.

If you are running the JSP remotely (the Domino server and the hosting Web server are located on two separate machines), a textarea control replaces the richtext control. Its height and width are specified by the cols and rows attributes.

Note For the tag to function properly, you must select the "Store contents as HTML and MIME" checkbox on the Control tab of the field properties box for the Rich text field you are referencing.

Note If you are using client-side JavaScript to control the submission of the form containing this tag, you must use the form.performSubmit() method instead of form.submit() or the richtext control will not function properly.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

clientvalidate


codepath
cols
control
height
itemname
locale
name
rows
width
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

HTML Attributes

Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.


See Also