Uiinfrastructure API Docs  
 

HTMLInput Constructor (Int32, String, String, String)

public HTMLInput(
   int iHTMLInputType,
   string sTagName,
   string sID,
   string alt
);

Parameters

iHTMLInputType
Pass an int from the HTMLInputTypes enumeration.
sTagName
Pass the name of this input element.
sID
Pass the ID of this input element
alt
Pass the alt attribute value.

See Also

HTMLInput Class | com.plumtree.xpshared.htmlelements Namespace | HTMLInput Constructor Overload List