Skip to content
Snippets Groups Projects
  1. May 05, 2013
  2. Apr 16, 2013
  3. Apr 11, 2013
  4. Apr 02, 2013
  5. Apr 01, 2013
  6. Mar 13, 2013
  7. Jan 30, 2013
  8. Nov 03, 2012
  9. May 14, 2012
  10. May 12, 2012
  11. Mar 05, 2012
  12. Mar 03, 2012
  13. Mar 31, 2011
  14. Mar 09, 2011
  15. Feb 24, 2011
  16. Feb 14, 2011
  17. Feb 11, 2011
  18. Feb 01, 2011
  19. Jan 26, 2011
  20. Jan 13, 2011
  21. Jan 09, 2011
  22. Oct 15, 2010
  23. Jul 02, 2010
  24. Jun 08, 2010
  25. Apr 29, 2010
    • Reuben Turk's avatar
      #679804 by srobert72 (some modifications by myself) - adds: · 21147c2c
      Reuben Turk authored
        * Add Google Bar to search on map
        * Add option for a marker tooltip field on gmap views
        * Add option to highlight markers on mouse rollover event
        * Add option to center Gmap on marker of node passed as argument in view
        * Add option to highlight markers of node passed as argument in view
      21147c2c
  26. Apr 01, 2010
  27. Dec 11, 2009
  28. Dec 01, 2009
    • Brandon Bergren's avatar
      · c92341bf
      Brandon Bergren authored
      Add a way to bind controls that we aren't able to set the id/classes on from the Drupal side.
      
      This lets us work around the fact that gmap_widget_setup() completely fails to work on CCK fields.
      
      Example:
      <code>
        $remap = array(
          'edit-field-latitude-0-value' => array('classes' => array('gmap-locpick_latitude'), 'id' => 'gmap-loc0-locpick_latitude0'),
          'edit-field-longitude-0-value' => array('classes' => array('gmap-locpick_longitude'), 'id' => 'gmap-loc0-locpick_longitude0'),
          'edit-field-address-0-value' => array('classes' => array('gmap-locpick_address'), 'id' => 'gmap-loc0-locpick_address0'),
        );
        drupal_add_js(array('gmap_remap_widgets' => $remap), 'setting');
      
        /* ... stuff copied from gmap_set_location(), etc... */
      </code>
      c92341bf
  29. Apr 06, 2009
Loading