Module stdweb::web::html_element [] [src]

A module containing HTML DOM elements.

Structs

CanvasElement

The HTML <canvas> element provides an empty graphic zone on which specific JavaScript APIs can draw (such as Canvas 2D or WebGL).

ImageElement

The HTML image element is used to manipulate the layout and presentation of <img> elements.

InputElement

The HTML input element is used to create interactive controls for web-based forms in order to accept data from the user.

TextAreaElement

The HTML <textarea> element represents a multi-line plain-text editing control.