public interface IHTMLFormElement
Represents a base interface that should be implemented by HTML Form Elements.
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
getElements()
Gets the collection of the child form elements.
|
HTMLCollection getElements()
Gets the collection of the child form elements.
Value: The elements.