Deletes the contents of the selection from the DOM.
Arguments:
Returns: goog.dom.AbstractRange
The resulting range. Used for testing.
|
code » | ||
Whether this is a node that contains a single BR tag and non-nbsp
whitespace.
|
code » | ||
Determines whether the lowest containing block node is a blockquote.
|
code » | ||
Checks whether the whole range is in a single block-level element.
Arguments:
Returns: boolean
Whether the whole range is in a single block-level element.
|
code » | ||
Checks whether the end of the range is not at the end of a block-level
element.
Arguments:
Returns: boolean
Whether the end of the range is not at the end of a
block-level element.
|
code » |