<sasads:TextArea>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a TextArea input field.
Syntax
<sasads:TextArea
[columns="java.lang.String"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[rows="java.lang.String"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[text="java.lang.String"]
[wrap="java.lang.String"] />
Attributes
columns | The number of columns in the TextArea. |
|---|---|
customAttributes | |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | |
prolog | |
ref | |
render | |
rows | The visible number of text lines. |
scope | |
styleClass | |
style | |
text | The text of the TextArea |
wrap | Specifies whether or not lines wrap to the next line. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.TextAreaInterface.
If you need to subclass the tag handler class for the sasads:TextArea tag, extend com.sas.taglib.servlet.beans.TextAreaTag.