search

goog.ui.Textarea

Provided By
Extends
All Implemented Interfaces

A textarea control to handle growing/shrinking with textarea.value.

new Textarea( content, opt_renderer, opt_domHelper )

Parameters
contentstring

Text to set as the textarea's value.

opt_renderer(goog.ui.TextareaRenderer|null)=

Renderer used to render or decorate the textarea. Defaults to goog.ui.TextareaRenderer.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper, used for document interaction.

Instance Methods

Instance Properties

Static Properties

Enumerations