replaceData
Replace the characters starting at the specified character offset with the specified string.
W3C specification
- Documentation
- › API
- › DOM API
- › replaceData
XopusCharacterData.replaceData( offset : Number, count : Number, arg : String)
: Number, count : Number, arg : String)Arguments
- offset
- Number. Offset.
- count
- Number. Number of characters to replace.
- arg
- String. Argument to set.
Events
Exceptions
- NO_MODIFICATION_ALLOWED_ERR when one of the modification events was prevented.