constant MAXLENGTH_DEFAULT_USE_JS in Maxlength 6.2
4 uses of MAXLENGTH_DEFAULT_USE_JS
- maxlength_get_values in ./
maxlength.inc - Load maxlength settings for a certain fieldtype.
- _maxlength_cck_form_alter in ./
maxlength.inc - _maxlength_content_type_form_alter in ./
maxlength.inc - Editing a Content Type.
- _maxlength_format_element in ./
maxlength.module - Formats a form element to use maxlength value and use js. It's not moved to maxlength.inc because Form API calls it even when form_alter is not called
File
- ./
maxlength.module, line 9 - Enables a max length countdown on node body, title and CCK textfields.
Code
define('MAXLENGTH_DEFAULT_USE_JS', TRUE);