Any solution to the cursor positioning in HtmlEditor? I need to do this as well, after users type words and press enter key, my app will send the words to server and the words will disappear, at that point, I need to reposition the cursor to the start of the first line, right now the cursor always come to next line under the first blank line.
I debugged in firebug, somehow there are always two <br _moz_dirty=""/> sections in the body html, I tried to overwrite them with just one, but it always came up with two.
Hi Everyone..
I want to set cursor to the next textField in my form by using Enter button. But i just don't know how to make it in ext js.. Anyone have an idea for this?