The Details Element module provides a field formatter for the core text_with_summary field type.
It is similar to the 'Text with summary' module (http://drupal.org/project/text_with_summary),
but rather than just display both the summary and the full text vaue of the text_with_summary field the Details Element modules uses the HTML5 details element (http://www.w3.org/TR/html5/interactive-elements.html#the-details-element). The summary is placed in the seemly very appropriate summary element, and if there is no summary, then it fallsback to 'Details. The actual full value of the text_with_summary field is the hidden and placed after the summary element as a child of the details element.
Currenlty Chrome 12 is the only browser that supports this element. However, the module includes
JavaScript that detects browser support for this element and if it is not supported, a jQuery based polyfil provides this functionality.
Usage
All you need to do is select the 'HTML5 Details element' format for the text_with_summary field via the 'manage display' page of the content type containing that field.
You may also want to specify the 'HTML5 details element' widget on 'manage fields' page for that field.
This module would be good for a 'question and answer' or 'faq' type field where you don't want to
An ideal store, dealer, vendor, ATM, branch, office or member/user locator. Just about anything you can think of listing on a map.
The OpenLayers Locator is a feature module that creates a robust, turn-key Locator using the Openlayers, Openlayers Proximity, Addressfield, Geofield and Geocoder modules. Getting up and running with these modules from scratch can be challenging. This feature package simplifies that. Out of the box it provides a Location content type with an address field that is automatically geocoded using Google's Geocoder. The locations are then displayed on a combined list & dynamic map view. Users can then search for locations based on proximity to a postal/zip code, city, province, state or any other geo-spatial reference point understood by Google.