Re: Get the tag name at caret

  •  02-08-2010, 11:53 AM

    Re: Get the tag name at caret

    Thanks for your response Adam!
     
    That almost solved my problem but it gives me the name of the tag on the whole document (i e the icon or the table that  the Editor is in)  not the tag within the Editor.
    I suppose what I'm looking for is something like 
    alert(editor1.event.srcElement.tagName);
     
    How can I achieve that?
    /thanks

View Complete Thread