gmf_tokenbuilder.css |
wysiwyg_plugins/gmf_tokenbuilder/css/gmf_tokenbuilder.css |
|
.google-map-field-tokenbuiler {
margin-bottom: 15px;
}
.google-map-field-tokenbuilder-map {
float: left;
width: 320px;
}
.google-map-field-tokenbuilder-fields {
float: left;
}
#google_map_field_selector {
height: 250px;
width: 300px;
} |
gmf_tokenbuilder.inc |
wysiwyg_plugins/gmf_tokenbuilder.inc |
|
Specialised hook to register plugin presence with the WYSIWYG module. |
google-map-field.tpl.php |
theme/google-map-field.tpl.php |
|
Default theme implementation for google map fields. |
google_map_field.admin.inc |
includes/google_map_field.admin.inc |
|
Provides function for form building for google_map_field_apikey |
google_map_field.css |
css/google_map_field.css |
|
.field-type-google-map-field .field-item {
margin-bottom: 5px;
margin-top: 5px;
}
.google_map_field_left30pc {
float: left;
width: 30%;
}
.google_map_field_left65pc {
float: left;
margin-top: 27px;
width: 65%;
}
#google_map_picker {
… |
google_map_field.geocoding.inc |
includes/google_map_field.geocoding.inc |
|
Provides function for geocoding loookups |
google_map_field.info |
google_map_field.info |
|
name = Google Map Field
description = Defines a Google map field.
core = 7.x
package = Fields
dependencies[] = block
dependencies[] = field |
google_map_field.install |
google_map_field.install |
|
Defines schema for google_map fields |
google_map_field.module |
google_map_field.module |
|
This file defines all the necessary hooks and functions to create
a Google Map Field field type and also a WYSIWYG editor plugin
for inserting maps directly into filtered content. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Configuration
* Known Issues
INTRODUCTION
------------
Current Maintainer: Scot Hubbard - http://drupal.org/user/868214
This module allows content… |