[OpenLayers-Users] title or alt-looking mouseover labels forOpenLayers.Control.EditingToolbar

Jeff Dege jdege at korterra.com
Fri May 4 14:00:12 EDT 2007


 

> -----Original Message-----
> From: users-bounces at openlayers.org 
> [mailto:users-bounces at openlayers.org] On Behalf Of Mike Quentel
> Sent: Friday, May 04, 2007 12:39 PM
> To: OpenLayers Users
> Subject: [OpenLayers-Users] title or alt-looking mouseover 
> labels forOpenLayers.Control.EditingToolbar
> 
> Please, need advice on creating mouseover alt/title-looking 
> label functionality for the drawing tools in 
> OpenLayers.Control.EditingToolbar.  Has anyone created tool 
> tip help (during mouseover on the tool) for any of the 
> controls?  Any examples?

This works in IE6:

	var control = new OpenLayers.Control.DrawFeature(...);
	control.panel_div.title = 'Tool Tip';



More information about the Users mailing list