/[drupal]/contributions/modules/gmap/gmap.module
ViewVC logotype

Diff of /contributions/modules/gmap/gmap.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.92 by bdragon, Fri Dec 5 17:35:51 2008 UTC revision 1.93 by bdragon, Fri Dec 19 19:09:09 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: gmap.module,v 1.92 2008/12/05 17:35:51 bdragon Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 212  function gmap_gmap($op, &$map) { Line 212  function gmap_gmap($op, &$map) {
212            'help' => t('Adds a scale control to the map in the default position.'),            'help' => t('Adds a scale control to the map in the default position.'),
213            'previewable' => TRUE,            'previewable' => TRUE,
214          ),          ),
215            'extramarkerevents' => array(
216              'title' => t('Enable extra marker events.'),
217              'default' => FALSE,
218              'help' => t('Used for advanced javascript work, this will enable the <em>mouseovermarker</em>, <em>mouseoutmarker</em>, and <em>dblclickmarker</em> events.'),
219              'internal' => TRUE,
220            ),
221            'clickableshapes' => array(
222              'title' => t('Enable clickable shapes.'),
223              'default' => FALSE,
224              'help' => t('Used for advanced javascript work, this will enable the <em>clickshape</em> event.'),
225              'internal' => TRUE,
226            ),
227        );        );
228        break;        break;
229    

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

  ViewVC Help
Powered by ViewVC 1.1.6