You are here

constant MAXLENGTH_DEFAULT_JS_LABEL in Maxlength 7.3

@file Limit the number of characters in textfields and textareas and shows the amount of characters left.

4 uses of MAXLENGTH_DEFAULT_JS_LABEL
maxlength_form_alter in ./maxlength.module
Implements hook_form_alter().
maxlength_form_field_ui_field_edit_form_alter in ./maxlength.module
Implements hook_form_FORM_ID_alter().
maxlength_form_node_type_form_alter in ./maxlength.module
Implements hook_form_node_type_alter().
_maxlength_add_maxlength_attributes in ./maxlength.module
Add maxlength attributes.

File

./maxlength.module, line 8
Limit the number of characters in textfields and textareas and shows the amount of characters left.

Code

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