nsISupports
Last changed in Gecko 1.9 (Firefox 3)boolean isInserted(); |
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. |
boolean isInserted();
None.
true
if text was inserted, otherwise false
.