I havent seen any right-click support in OL.
Is there a reason for this or has it just never come up?

I would love to be able to have a custom context menu like:

feature.menu = {
        items:[{
                text:'Item1',
                handler:function(){}            
        },{
                text:'item2',
                menu:{
                        items:[{
                                text:'Item2.1',
                                handler:function(){}    
                        }]
                }
        }]
};

Has anybody added context menus to their tools?
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to