README.txt |
README.txt |
|
Soft Length Limit
This module provides a counter that indicates the max. limit of
characters in a certain text field. The soft limit means that the user
will be warned if the content length of the field is exceeded, but he
will still be able to save… |
soft_length_limit.css |
soft_length_limit.css |
|
.soft-length-limit-tooltip {
display: inline-block;
font-style: italic;
position: absolute;
z-index: 10;
}
.form-item div.soft-length-limit-tooltip.exceeded {
color: #a44;
}
/* Min/Enhanced tooltip */
.fieldset-wrapper .form-item… |
soft_length_limit.info |
soft_length_limit.info |
|
name = Soft length limit
description = Makes a soft limit on the number of chars in text fields, which warns the user of too long texts
core = 7.x
files[] = soft_length_limit.test |
soft_length_limit.install |
soft_length_limit.install |
|
Install/uninstall hooks for soft_length_limits module. |
soft_length_limit.module |
soft_length_limit.module |
|
Soft Length Limit module |
soft_length_limit.test |
soft_length_limit.test |
|
Test case for soft_length_limit module |