selectNodeContents
Select all the contents of a node. The start DOM point will be set before the opening tag and the end DOM point will be set after the closing tag.
- Documentation
- › API
- › DOM API
- › selectNodeContents
XopusRange.selectNodeContents( node : XopusNode)
: XopusNode)Arguments
- node
- XopusNode. The node of which the contens should be selected.