July 1998
Intermediate to advanced
1456 pages
65h 5m
English
isTextEdit — NN n/a IE 4 DOM n/a
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.
if (document.all.elementID.isTextEdit) { document.all.elementID.createTextRange( ) }
Boolean value: true | false.
false
Read now
Unlock full access