[SOLVED] onhover for the google map plugin itself ?

  • hI,

    is there onover or onhover when mousecursor over the map plugin ?
    because there :

    Code
    onmapready=""
     	onmapmoved=""
     	onmapzoomed="">

    i just want controls appear when mouse over map and disappear when cursor out,

    i've tried to add onover="" and onhover="" as attributes in the map plugin, but this seems not working,
    after i've tried to call an action on the onstart="action(show_map_control);"
    with this action :

    Code
    <action name="show_map_control">
    	if(plugin[maps].onover, set(plugin[maps].zoomcontrol.visible, true), set(plugin[maps].zoomcontrol.visible, false));
    	</action>


    but no more luck,
    is there any working example out there ?

    thanks *smile*

    z

    Einmal editiert, zuletzt von zadda (26. November 2010 um 17:38)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!