Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SciSelectElement.SetValue Method 

Sets the values of the select element. (Similar to an OPTION array in HTML.)

public void SetValue(
   NamedValue[] values
);

Parameters

values
A NamedValue to turn into an array of HTML option tags.

See Also

SciSelectElement Class | Plumtree.Remote.Sci Namespace