/d7-js-theme-tools

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

d7-js-theme-tools

This repo provides some very simple (but hopefully useful) tools that work with Drupal 7's javascript theme API.

Currently, two functions are provided:

  • Drupal.theme.cleanAttribute(): sanitizes an attribute value.
  • Drupal.theme.attributes(): creates a properly formatted attribute string for use in markup.

Please refer to the javascript files for function arguments and usage.