thanks! "Daniel Glazman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Deshbir wrote: > > Hi, > > > > Is it possible to control/change the position of editor insertion point > > (cursor/caret) ? > > > > For example I need to move the insertion point to end of the last > > character/word .... > > > > Thanks in advance > > Deshbir > > Yes. Use the selection. > From JS, it's editor.selection where editor is the current editor instance > (not the xul element). See > http://lxr.mozilla.org/seamonkey/source/content/base/public/nsISelection.idl > > > > </Daniel>
_______________________________________________ mozilla-editor mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-editor
