[OpenLayers-Users] Ol context menus?

Heidt, Christopher M. CHRISTOPHER.M.HEIDT at saic.com
Wed Dec 10 14:32:28 EST 2008


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?



More information about the Users mailing list