goog.editor.plugins.UndoRedo.CursorPosition_ |
field
: goog.editor.Field
The field the selection is in.
|
![]()
Get the range that encompases the the cursor position relative to a given
base node.
Arguments:
Returns: Range | TextRange | null
The browser range for this position.
|
code » | ||
![]()
In IE, we just keep track of the text offset (number of characters).
Arguments:
|
code » | ||
![]()
The standards compliant version keeps a list of childNode offsets.
Arguments:
|
code » | ||
No description.
Returns: boolean
Whether this object is valid.
|
code » | ||
![]()
Makes the browser's selection match the cursor position.
|
code » | ||
No description.
Returns: string
A string representation of this object.
|
code » |
No description.
|
Code » |
Compute the number of characters to the end of the range in IE.
Arguments:
Returns: number
The number of characters to the end of the range.
|
code » |