AquaLogic Interaction Development Kit (IDK) 6.0.0

SciSelectElement Members

SciSelectElement overview

Public Instance Constructors

SciSelectElement Constructor Constructor

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetRootNodeGets the root XmlNode of the control to add to the page.
GetType (inherited from Object) Gets the Type of the current instance.
SetLabelStyleSets the style of the label text (normal or important).
SetMandatoryValidationSets mandatory validation for the element. A JavaScript alert will be displayed if the field is empty.
SetRegExpValidationSets regular expression validation for the control. A JavaScript alert will display if the match criteria are not met.
SetSelectedValue Sets the selected value.
SetStorageType Sets the storage type (integer or string).
SetValueSets the values of the select element. (Similar to an OPTION array in HTML.)
ToStringWrites the element to a string for debugging.

See Also

SciSelectElement Class | Plumtree.Remote.Sci Namespace