Custom Action on Double Click Event

  •  05-01-2009, 12:40 PM

    Custom Action on Double Click Event

    I am trying to figure out how to add additional code to the double click event.  We are inserting our own <img> tags that have a special property  "controlname".  When the image is double clicked I want to check for this property and if it exists, I want to fire off javascript to load our own popup control.  And if it doesnt exist, i want to continue on with the Cute Editor popup.
     
    I don't want to use tag_image.ascx.  I want to load our own popup window altogether (we use jquery).
     
    Where can I see the double click event to modify it?
     
    Thanks for your time and assistance.
     
    Jason
View Complete Thread