ZVON > References > DOM2 Reference |
Intro / Search / ZVON |
DOM2 reference > Core: CharacterData > replaceData | [Go to standard] [Glossary] [Help] |
unsigned offset | - | The offset from which to start replacing. |
unsigned count | - | The number of 16-bit units to replace. If the sum of offset and count exceeds length, then all 16-bit units to the end of the data are replaced. |
DOMString arg | - | The DOMString with which the range must be replaced. |