We are using he PasteHTML function to put an html element in the editor. What I would like to be able to do is to select that element, and open the tag dialog for that element after it is pasted.
1.) Is there a way for me to programatically "select" the element after I paste it?
2.) After the element is selected, how can I fire the doubleclick function for that element to open the tag dialog?
Can you think of a better/different way to accomplish this?
Thanks.
Jason