When I use the GetSelectedElement() method in IE, it ALWAYS returns NULL.
I need the tagName of the selected element. How can I retrieve this ?
EditorDocument.selection.createRange().text is not a solution because this only returns the inner text and not the html element.
I need the tagName of the selected element. How can I retrieve this ?
EditorDocument.selection.createRange().text is not a solution because this only returns the inner text and not the html element.