Plumtree UI Infrastructure API  
 

HTMLElement.bAllowSetStyleClassWithString Field

Set this member variable to specify whether or not the SetStyleClass method throws an HTMLException when called with a String parameter. If this member is set false, SetStyleClass( String ) will always throw an HTMLException. This is intended to force use of the corresponding method SetStyleClass( StyleClass ), to ensure valid style classes.

public static bool bAllowSetStyleClassWithString;

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace