Re: Custom Action on Double Click Event

  •  05-01-2009, 3:24 PM

    Re: Custom Action on Double Click Event

    we are going to write our "controls" in the editor with image tags....like....
     
    <img controlname="MyControl" props="some properties of control"/>
     
    What I want to happen is when this particular image control is double clicked, run some code to load our own dialog, that doesn't use the tag_image.asxc.
     
    If the user places an image in the editor that doesn't have the controlname in it, we want to fire off the cute editor image dialog.
     
    I don't want use your popup, which is a popup that dynamically loads a user control for the control type, we wanted to use our own ajax popup.
     
    If I go with solution 2, i will have to load a control into your "popup page".  What I was hoping to do is modify the code that calls the popup, and if it is our "control" call our popup, otherwise continue on with the code as it is.
     
    And if I were to modify the Tag_Image.asxc, if a user clicked an Image what wasn't our "control" it would goto the wrong popup.
View Complete Thread