|
This DOM Level 3 method is defined, but is currently unimplemented by Arbortext Editor.
|
replaceWholeText(content )
|
|
Parameters
|
Stringcontent
The content of the replacing Text node.
|
Returns
|
Text. The Text node created with the specified content.
|
Throws
|
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised if one of the Text nodes being replaced is readonly.
|