JSP CUSTOM TAG LIBRARIES


textarea tag
In the context of a form tag, enables you to edit the value of multi-value and multi-line text items in a document using an HTML textarea control. Depending on the form's mode, generates a read-only value (in read mode) or a HTML textarea field (in edit mode) that automatically updates the item values in the current document. Use the richtext tag to retain the formatting of page text.

Contexts

Valid in:


Syntax
Attributes

clientvalidate


datatype
defaultformula
defaultvalue
editformat
format
itemname
locale
multivalue
mvdisplayseparator
mveditseparator
name
timezone
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