Is there a way of receiving all elements which have a oncontextmenu event assigned for dijit.Menu? Or is there any event when an new dijit.Menu is assinged to a HTML element?
Is there a way of receiving all elements which have a oncontextmenu event assigned
Share
I think this will work:
Updated Solution by powtac:
This works! I run this before the menus are instantiated. The trick is to use the same superClass as className, in this case
'dijit.Menu'as string.