| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: gmap.module,v 1.92 2008/12/05 17:35:51 bdragon Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 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 |
|
|