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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]