<sas-f:StyleInfo>

Used to generate styles.

Syntax

<sas-f:StyleInfo
   [classid="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [style="java.lang.String"] />

Attributes

classidthe CLASSID attribute.
idCase-sensitive name used to identify the object instance.
instantiate
locale
ref
scope
stylethe STYLE attribute.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.StyleInfo.

If you need to subclass the tag handler class for the sas-f:StyleInfo tag, extend com.sas.taglib.servlet.tbeans.StyleInfoTag.