Please add a summary to this article.
1.0
28
Introduced
Gecko 1.9
Inherits from:
nsISupports
Last changed in Gecko 1.9 (Firefox 3)Method overview
boolean isInserted(); |
Attributes
Attribute | Type | Description |
length | unsigned long | Returns length of changed text. Read only. |
modifiedText | DOMString | The inserted or removed text. Read only. |
start | long | Returns offset of changed text in accessible. Read only. |
Methods
isInserted()
boolean isInserted();
Parameters
None.
Return value
true
if text was inserted, otherwise false
.