You are here

Gmap Bubble Styles in GMap Module 7.2

Adds more options for theming the Gmap popup bubble.

By default, the Gmap module allows themers to style the information inside the popup bubble, but allows very few custom styles for the bubble itself. With Google MAPS API v3, a themer can now use the custom javascript class "Infobubble" to style the popup itself. This includes background styles, arrow placement, border color, etc. A full list of changeable options can be found here: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubbl...

File

gmap_style_bubbles/gmap_style_bubbles.module, line 8
Adds the more options for theming the gmap popup bubble.

Functions

Namesort descending Location Description
gmap_style_bubbles_element_info_alter gmap_style_bubbles/gmap_style_bubbles.module Implements hook_element_info_alter().
gmap_style_bubbles_form_gmap_admin_settings_alter gmap_style_bubbles/gmap_style_bubbles.module Implements hook_form_FORM_ID_alter().
gmap_style_bubbles_gmap gmap_style_bubbles/gmap_style_bubbles.module Enables hook_gmap().
gmap_style_bubbles_libraries_info gmap_style_bubbles/gmap_style_bubbles.module Implements hook_libraries_info().
_gmap_style_bubbles_format_error gmap_style_bubbles/gmap_style_bubbles.module A helper function to format the missing library error message.
_gmap_style_bubbles_gmap_pre_render_map gmap_style_bubbles/gmap_style_bubbles.module Adds "infobubble" custom library on map pages via the #pre_render callback.
_gmap_style_bubbles_help_text gmap_style_bubbles/gmap_style_bubbles.module A helper function to display help text.
_gmap_style_bubbles_validate_for_json gmap_style_bubbles/gmap_style_bubbles.module A helper function that breaks a string up into an array based on line breaks.