<sasads:StaticText>
Generate text.
Syntax
<sasads:StaticText
[customAttributes="java.lang.String"]
[encodedURL="true|false"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[target="java.lang.String"]
[text="java.lang.String"]
[URL="java.lang.String"]>
</sasads:StaticText>
Attributes
customAttributes | |
|---|---|
encodedURL | Specifies whether to encode the URL. |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
model | The StringDataInterface model for the StaticTextTag |
name | |
prolog | |
ref | |
render | |
scope | |
styleClass | |
style | |
target | The value of the TARGET= argument on the anchor tag |
text | Text string that is displayed |
URL | The URL to which the text should be linked. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.StaticTextInterface.
If you need to subclass the tag handler class for the sasads:StaticText tag, extend com.sas.taglib.servlet.beans.StaticTextTag.