--- In [email protected], Kushal Soy <[EMAIL PROTECTED]> wrote:
>
> Hi
>   can any one suggest me, how to add the pop up menu in svg image
using mouse event.
> 
> Thank you in advance for all your suggestions!!
> 
> 
> 
>        
> ---------------------------------
>  Did you know? You can CHAT without downloading messenger.  Click here
> 
> [Non-text portions of this message have been removed]
>

you can capture the mousedown event and check the value of
event.button. if event.button==2 or 3, that means right click event,
then you can draw your menu and popup it. 

but, the problem here is the explorer's default menu for right click
will also be fired, I do not know how to disable it. do you know it?



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to