setEndBefore method
The Range.setEndBefore()
method sets the end position of
a Range
relative to another Node. The parent
Node
of end of the Range
will be the same as that for the
referenceNode
.
Implementation
external void setEndBefore(Node node);