<sas-dv:CellContentsTextAreaEditor>

Used to set the CellContentsTextAreaEditor on a TableView cell's CellEditor. This class will render the cell's contents as a TextArea.

This tag must be nested within a sas-dv:CellEditor tag.

Syntax

<sas-dv:CellContentsTextAreaEditor
   [accessKey="java.lang.String"]
   [columns="java.lang.String"]
   [customAttributes="java.lang.String"]
   [enabled="true|false"]
   [epilog="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [name="java.lang.String"]
   [objectDataProperty="java.lang.String"]
   [onBlur="java.lang.String"]
   [onChange="java.lang.String"]
   [onClick="java.lang.String"]
   [onDblClick="java.lang.String"]
   [onFocus="java.lang.String"]
   [onKeyDown="java.lang.String"]
   [onKeyPress="java.lang.String"]
   [onKeyUp="java.lang.String"]
   [onMouseDown="java.lang.String"]
   [onMouseMove="java.lang.String"]
   [onMouseOut="java.lang.String"]
   [onMouseOver="java.lang.String"]
   [onMouseUp="java.lang.String"]
   [onSelect="java.lang.String"]
   [prolog="java.lang.String"]
   [readOnly="true|false"]
   [rows="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [tabIndex="java.lang.String"]
   [text="java.lang.String"]
   [wrap="java.lang.String"]>
      [<sas-dv:StyleInfo/>]
      [<sas-dv:SetProperty ...>
         The value to set on the parent tag
      </sas-dv:SetProperty>]
      [Additional <sas-dv:SetProperty> tags...]
</sas-dv:CellContentsTextAreaEditor>

Attributes

accessKey
columns
customAttributes
enabled
epilog
idCase-sensitive name used to identify the object instance.
locale
name
objectDataProperty
onBlur
onChange
onClick
onDblClick
onFocus
onKeyDown
onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelect
prolog
readOnly
rows
styleClassPrefix
tabIndex
text
wrap

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.tableview.html.CellContentsTextAreaEditor.

If you need to subclass the tag handler class for the sas-dv:CellContentsTextAreaEditor tag, extend com.sas.taglib.servlet.tbeans.tableview.CellContentsTextAreaEditorTag.