Plumtree Tags API  
 

ATag.SupportsAccessStyle Method 

This method is used to verify whether or not this tag supports the passed in access style.
By default we only support the standard access style. To support 508 access, the tag must be certified as not containing any javascript (onClick, etc...)
If a tag does not support the current access style, an HTML comment saying that will be displayed in its place.

Default Tag Method
public virtual bool SupportsAccessStyle(
   AccessStyles _style
);

Parameters

_style
The access style to check.

Return Value

boolean True implies the passed in access style is supported.

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace