<sas-f:StyleMapKey>

Used to generate styles.

Syntax

<sas-f:StyleMapKey key="java.lang.String"
   [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
keythe style map key attribute.
locale
ref
scope
stylethe STYLE attribute.

More Information

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

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