javascript TextRange text
| text | NN n/a IE 4(Win) DOM n/a |
| Read/Write | |
|
Indicates the text contained by the text range. In the case of a TextRange object of a body element, this consists of only the text that is rendered, but none of the HTML tags behind the scenes. |
|
| Example | |
var rangeText = document.body.createTextRange( ).text; |
|
| Value | |
String. |
|
| Default | |
None. |
|
Previous: javascript TextRange collapse( )
2100,Nickname,Homepage or email,Comments here,Add comment
