You are here

constant AUTOHEIGHT_PLUGIN_FILENAME in jQuery Auto Height 7

Same name and namespace in other branches
  1. 7.2 auto_height.module \AUTOHEIGHT_PLUGIN_FILENAME
3 uses of AUTOHEIGHT_PLUGIN_FILENAME
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 11
Provides dynamic adjustment of column heights, matching the biggest column in each Row.

Code

define("AUTOHEIGHT_PLUGIN_FILENAME", 'jquery.autoheight.js');