FormElementT Class

FormElement<T> class

The FormElement represent the generic field

public abstract class FormElement<T> : FormElement
    where T : HTMLElement
ParameterDescription
TType of form control elements

Properties

NameDescription
getElementType Gets the type of the element.
getHtmlElement Gets the HTMLElement.
[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