CREDITS.txt |
CREDITS.txt |
|
Originaly inspired by functionality found in the ed_classified module.
Since branch 7.x-3.x comes uses the original code from maxlength_js. |
maxlength.api.php |
maxlength.api.php |
|
Hooks provided by the maxlength module. |
maxlength.css |
css/maxlength.css |
|
.error strong {
color: #ff0000;
font-weight: bold;
} |
maxlength.info.yml |
maxlength.info.yml |
|
maxlength.info.yml |
maxlength.install |
maxlength.install |
|
Install, update and uninstall functions for the Maxlength module. |
maxlength.libraries.yml |
maxlength.libraries.yml |
|
maxlength.libraries.yml |
maxlength.module |
maxlength.module |
|
Limits the number of characters in textfields and textareas and shows the
amount of characters left. |
maxlength.permissions.yml |
maxlength.permissions.yml |
|
maxlength.permissions.yml |
maxlength.schema.yml |
config/schema/maxlength.schema.yml |
|
config/schema/maxlength.schema.yml |
maxlength.services.yml |
maxlength.services.yml |
|
maxlength.services.yml |
maxlength.test |
maxlength.test |
|
Test maxlength module. |
MaxLengthCallbacks.php |
src/MaxLengthCallbacks.php |
Drupal\maxlength |
|
MaxlengthCustomWidgetTest.php |
tests/src/FunctionalJavascript/MaxlengthCustomWidgetTest.php |
Drupal\Tests\maxlength\FunctionalJavascript |
|
MaxlengthJavascriptTest.php |
tests/src/FunctionalJavascript/MaxlengthJavascriptTest.php |
Drupal\Tests\maxlength\FunctionalJavascript |
|
maxlength_custom_widget_test.info.yml |
tests/modules/maxlength_custom_widget_test/maxlength_custom_widget_test.info.yml |
|
tests/modules/maxlength_custom_widget_test/maxlength_custom_widget_test.info.yml |
maxlength_custom_widget_test.module |
tests/modules/maxlength_custom_widget_test/maxlength_custom_widget_test.module |
|
Maxlength custom widget test module file. |
maxlength_custom_widget_test.schema.yml |
tests/modules/maxlength_custom_widget_test/config/schema/maxlength_custom_widget_test.schema.yml |
|
tests/modules/maxlength_custom_widget_test/config/schema/maxlength_custom_widget_test.schema.yml |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Maxlength creates a new Form Property: #maxlength_js which in conjunction with
#maxlength will… |
TextareaCustomWidget.php |
tests/modules/maxlength_custom_widget_test/src/Plugin/Field/FieldWidget/TextareaCustomWidget.php |
Drupal\maxlength_custom_widget_test\Plugin\Field\FieldWidget |
|
WidgetSettings.php |
src/WidgetSettings.php |
Drupal\maxlength |
|
WidgetSettingsInterface.php |
src/WidgetSettingsInterface.php |
Drupal\maxlength |
|