[Users] Tooltip problem with GeoExt.Action

gbrun gbrun at myopera.com
Fri Aug 19 11:42:43 CEST 2011


Hi everybody!

I've got a quite strange bug in my GeoExt application. I'm trying to  
display a tooltip on hovering a GeoExt Action button but the tooltip  
doesn't appear! Here is a code sample:

	etendue_max = new GeoExt.Action({
		iconCls: 'worldIcon',
		//text: 'zoom',
		control: new OpenLayers.Control.ZoomToMaxExtent(),
		map: map,
		tooltip: 'Zoom to full extent'
	});

	mapPanel = new GeoExt.MapPanel({
		map: map,
		...........
		tbar: [etendue_max]

	});

Does someone have any idea?

Geoffrey


-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/


More information about the Users mailing list