Uiinfrastructure API Docs  
 

ConstructFactory.SetAltOnButtonImages Method 

Call this method to set the alt attribute values on the images included within a construct that is one of PTButtonType constructs.

public static void SetAltOnButtonImages(
   PTConstruct construct,
   string sAlt
);

Parameters

construct
Pass a construct obtained with a PTButtonType
sAlt
Pass a String alt attribute value

See Also

ConstructFactory Class | com.plumtree.xpshared.htmlconstructs Namespace