FormElement Class

FormElement class

Represents base class for form elements.

public abstract class FormElement

Properties

NameDescription
getElementType Gets the type of the element.
[getId]
[setId] Gets or sets the identifier of the form element.
[getName]
[setName] Gets or sets the name of the form element.
[getValue]
[setValue] The value of field

See Also