Getting the inner html of the selection

  •  09-28-2006, 1:37 PM

    Getting the inner html of the selection

    Is it possible to get the innerHTML of the selection

    This works fine

    var editselection=editor1.GetSelection();

    But I could do with getting the html so I can access the formatting

    Thanks

    Grant

View Complete Thread