CARET POSITION
Prior to NG Client, text fields had a 'Caret Position' value.
Previously, was using an algorithm that used the Caret Position to insert special text tags within a textfield by using this Caret Position value.
However, within NG Client, there seems to be no reference to the Caret Position.
There is a CSSPosition, but I'm pretty sure that's just the position of the element on the page and not related to the Caret Position.
HELP
How do I get the Caret Position of a text field, like the HTML Area? Does the CSS Position have something to do with it?