Skip to content
  1. Feb 01, 2011
  2. Jan 26, 2011
  3. Jan 09, 2011
  4. Jul 03, 2010
  5. Jun 08, 2010
  6. Apr 01, 2010
  7. Jan 24, 2010
  8. Dec 12, 2009
  9. Dec 01, 2009
    • Brandon Bergren's avatar
      Add a way to bind controls that we aren't able to set the id/classes on from the Drupal side. · a6ae3a4a
      Brandon Bergren authored
      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>
      a6ae3a4a
  10. Apr 06, 2009
  11. Feb 13, 2009
  12. Feb 11, 2009
  13. Feb 03, 2009
  14. Jan 31, 2009
  15. Oct 29, 2008
  16. Oct 20, 2008
  17. Oct 03, 2008
  18. Oct 01, 2008
  19. Aug 21, 2008