HTML Editor Library
|
Return element by its absolute position in document. Absolute position is calculated by summing a visual length of all text elements and images (length=1).
function GetElementbyAbsolutePosition(Value: integer; SelectRight: boolean = false): TElement;
Parameters |
Description |
Value: integer |
Absolute position |
SelectRight: boolean = false |
Return next element if requested position is between two elemens |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|