Hi Alex, I'm sorry, but I think there is no automatic way to do that. But, by script, it is quite easy. For example, you can set a onmouseover event on the outer <svg> element. The function called may used the property currentTarget to get the object on which the mouse had been on. Then, using nodeNane property of the target, you will be able to find the type of object. And, at least, you will be able to modify manually the context menu according to the type of target.
Hope it helps J�r�me Alex Ost. wrote: >Hi, >Is there any way to create Dynamic Context Menu According to the >place I am clinking on SVG? >For example if I have 2 objects in my SVG: >1. Circle >2. Rectangle >If I will right click on the Circle I will get some menu related to >the circle. >If I will right click on my Rectangle i will get some menu related to >the rect. >If I will right on the empty area between the objects I will get the >default menu of adobe. > > > > > > >----- >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 > > > > > > > > > -- J�r�me Tricand de la Goutte Soci�t� Logatique 50 rue Marcel Dassault 92100 Boulogne-Billancourt 01 46 21 59 59 ----- 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/ <*> 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/

