Plumtree UI Infrastructure API  
 

HTMLGenericInputElement.SetValue Method 

Set the value of the value attribute. This value value will be HTMLEncoded.

public virtual void SetValue(
   string s
);

Parameters

s
String value

See Also

HTMLGenericInputElement Class | com.plumtree.xpshared.htmlelements Namespace