Plumtree UI Infrastructure API  
 

DisplayOptions.SetDo508Checking Method 

This method sets whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant.

public virtual void SetDo508Checking(
   bool b
);

Parameters

b
boolean true implies enforce 508 validity.

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace