DHTML Object Properties DHTML Objects
Retrieves whether a TextRange object can be created using the given object.
HTML |
N/A |
Script |
[ bEdit = ] object.isTextEdit |
false |
A TextRange object cannot be created. |
true |
A TextRange object can be created. |
The property is read-only with no default value.
Only the BODY, BUTTON, and TEXTAREA objects and an INPUT object having the text type can be used to create a text range object.