Re: Javascript API to find caret (insertion point) position in the document.

  •  06-28-2006, 2:35 PM

    Re: Javascript API to find caret (insertion point) position in the document.

    I am trying catch when the user presses the delete key and or the backspace key and check weather the current caret position is in a "key" field such as <<LastName>> and if the selection range is anywhere in the "key" field it would delete the whole key and not just the selected. To do this I need to find the caret (insertion point) position.


View Complete Thread