|
|
Drupal example source code file (summaries.js)
The summaries.js Drupal example source code// $Id: summaries.js,v 1.1.2.6 2010/07/12 22:51:30 tr Exp $ /** * @file * Adds some helper JS to summaries. */ /** * Modify the summary overviews to have onclick functionality. */ Drupal.behaviors.summaryOnclick = function(context) { $('.summary-overview:not(.summaryOnclick-processed)', context).prepend('<img src="' + Drupal.settings.editIconPath + '" class="summary-edit-icon" />'); $('.summary-overview:not(.summaryOnclick-processed)', context).addClass('summaryOnclick-processed').click(function() { window.location = this.id; }); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal summaries.js source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.