Answered
Adding a doubleclick event on Inline Graphic Image
Hello all,
I'm trying to add a doubleClickEvent to an InlineGraphicElement, so that a popup window appears, and I can enter a new width and height. I'm having trouble adding a listener for the doubleClick event to an image that I'm about to add as an Inline Graphic Element. 1. Before or after I'm inserting the image with insertInlineGraphic(source,width,height), how can I add a double click event listener? 2. Once I get a doubleclick mouse event working, how again can I access the selected or doubleclicked image so I can modify width and height attributes?
Thanks so much for the help!
Justin
I'm trying to add a doubleClickEvent to an InlineGraphicElement, so that a popup window appears, and I can enter a new width and height. I'm having trouble adding a listener for the doubleClick event to an image that I'm about to add as an Inline Graphic Element. 1. Before or after I'm inserting the image with insertInlineGraphic(source,width,height), how can I add a double click event listener? 2. Once I get a doubleclick mouse event working, how again can I access the selected or doubleclicked image so I can modify width and height attributes?
Thanks so much for the help!
Justin
