Function moxie_dom::elements::forms::textarea[][src]

pub fn textarea() -> TextareaBuilder
Expand description

The HTML <textarea> element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example a comment on a review or feedback form.

A function for creating a builder which will accept attributes and produce the element.