You are here

constant AUTOHEIGHT_PLUGIN_URL in jQuery Auto Height 7

Same name and namespace in other branches
  1. 8 auto_height.module \AUTOHEIGHT_PLUGIN_URL
  2. 7.2 auto_height.module \AUTOHEIGHT_PLUGIN_URL
3 uses of AUTOHEIGHT_PLUGIN_URL
auto_height_enable in ./auto_height.install
Enable the module
auto_height_form in ./auto_height.module
Configuraton form, called by drupal_get_form() in auto_height_menu().
auto_height_requirements in ./auto_height.install
If the plugin doesn't exist, show a warning on the status report page

File

./auto_height.module, line 10
Provides dynamic adjustment of column heights, matching the biggest column in each Row.

Code

define("AUTOHEIGHT_PLUGIN_URL", 'https://raw.githubusercontent.com/monocult/jquery-autoheight/master/jquery.autoheight.js');