You are here

constant MAXLENGTH_DEFAULT_TEXT in Maxlength 6.2

@file Enables a max length countdown on node body, title and CCK textfields.

4 uses of MAXLENGTH_DEFAULT_TEXT
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 8
Enables a max length countdown on node body, title and CCK textfields.

Code

define('MAXLENGTH_DEFAULT_TEXT', 'Content limited to !limit characters, remaining: <strong>!remaining</strong>');