AquaLogic Interaction Development Kit (IDK) 6.0.0

SciTextElement Members

SciTextElement overview

Public Instance Constructors

SciTextElement 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 element to add to the page.
GetType (inherited from Object) Gets the Type of the current instance.
SetLabelStyleSets style of the label text (normal or important).
SetMandatoryValidationSets mandatory validation for the control. A JavaScript alert will display if the field is empty.
SetRegExpValidationSets regular expression validation for the control. A JavaScript alert will display if the field does not match the validation criteria.
SetSizeSets the size of the input box in characters.
SetStorageTypeSets the storage type (integer or string).
SetValueSets the value of the input box.
ToStringWrites the element to a string for debugging.

See Also

SciTextElement Class | Plumtree.Remote.Sci Namespace