Name

isTextEdit — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Whether the element can be used to create a TextRange object (via the createTextRange( ) method). Only BODY, BUTTON, text type INPUT, and TEXTAREA elements are permitted to have text ranges created for their content.

Example

if (document.all.elementID.isTextEdit) {
    document.all.elementID.createTextRange( )
}

Value

Boolean value: true | false.

Default

false

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.