This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

isTextEdit

Property of dom/Elementdom/Element

Syntax

var result = element.isTextEdit;
element.isTextEdit = value;

Notes

Remarks

To create a TextRange object, you can use only the body, button, and textArea objects and an input object with one of the following types: button, hidden, password, reset, submit, or text.

Syntax

Attributions