Hello!
Is it possible (using external JavaScript code) to move the cursor to the end of the text. I have two places I need to do this.
Firstly, when I create an FCKeditor object and call the ReplaceTextarea() function, I need the cursor to move to the end of the text because it is really annoying the way it always starts at the beginning of the text.
Secondly, after the editor has been instantiated, I sometimes call editor.SetData() to set the text that is being edited. When I do this, I also want to move the cursor to the end of the text because it is really annoying for the user to have to then have to scroll to the end of the text before the continue with their changes.
Are these possible and if so how?
Thanks ...
Tue, 03/30/2010 - 16:00
#1