Create a range object that selects the given node's text.
Arguments:
Returns: !goog.dom.browserrange.IeRange
An IE range wrapper object.
|
code » | |||||
![]()
Static method that returns the proper type of browser range.
Arguments:
Returns: !goog.dom.browserrange.AbstractRange
A wrapper object.
|
code » | |||||
![]()
Returns a browser range spanning the given node's contents.
Arguments:
Returns: !TextRange
A browser range spanning the node's contents.
|
code » | |||||
![]()
Returns a browser range spanning the given nodes.
|
code » | |||||
No description.
Arguments:
Returns: !goog.dom.DomHelper
A dom helper for the document the range
resides in.
|
code » | |||||
Returns the text of the given node. Uses IE specific properties.
|
code » | |||||
Internal handler for inserting a node.
|
code » | |||||
Pastes the given element into the given range, returning the resulting
element.
|
code » |