getting and setting the editor selection with JS

  •  10-29-2007, 1:25 PM

    getting and setting the editor selection with JS

    Hello I see in your JavaScript API that I can get the selection within an editor.
     
    var sel = editor1.GetSelection();
     
    How can I set a selection in an editor?
View Complete Thread