As a user types in a textarea I'd like to be able to display an auto-complete box directly below the current cursor position. How can I determine the window X,Y ...
How can I give padding to custom cursors created by cursor: url(theCursorUrl);?
e.g. you're using a hand(grab) image for the cursor. But you want that the middle of the image is ...
I'm using flex4 for creating an editor. There I need to get word under current cursor position. say for example, this is the text in textarea, "Hi, this is a sample" ...
I'm implementing goto functionality in my application (using as3 and Flex4 spark textarea). Say user provides input 10. then cursor position need to be shifted at the beginning of 10th line ...
I'm using code mirror to display, highlight and edit xml in a web page but I am having a problem with the cursor position being offset from the insert position so ...