Cute Editor Method not work in all browsers

  •  10-05-2011, 6:39 AM

    Cute Editor Method not work in all browsers

    Getting the Active Editor Selection


    In order to find the active editor selection, you would type:

    // get the active editor selection

    var sel = editor1.GetSelection();
     
    This method is retrieve empty string in all browsers except IE.. Why!!
    I need this method to work in all browsers not just IE. 
View Complete Thread