You are here

README.txt in Textfield Counter 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended Modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Text Field Counter module provides new widgets for the form display of each
of the field types that ship with core, both text fields and text areas. The
widgets this module provides extend the default core widgets, adding a text
counter that displays the remaining number of characters allowed in the field.
This counter updates as the user types.

The field types that this module works on are:

 * Text (formatted)
 * Text (formatted, long)
 * Text (formatted, long, with summary)
 * Text (plain)
 * Text (plain, long)

 * For a full description of the module visit:
   https://www.drupal.org/project/textfield_counter

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/textfield_counter


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


INSTALLATION
------------

 * Install the Text Field Counter module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
   further information.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the module.
    2. Navigate to Administration > Structure > Content Type > [Content type to
       edit] > Add field and add a new field from those listed above.
    3. Navigate to the 'Manage form display' tab. In the 'widget' column, select
       the widget that ends with 'counter'.
    4. Now when entering content into the new field, the counter will display
       and count down the remaining characters available in the field.


MAINTAINERS
-----------

 * Jay Friendly (Jaypan) - https://www.drupal.org/u/jaypan

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Text Field Counter module provides new widgets for the form display of each
  12. of the field types that ship with core, both text fields and text areas. The
  13. widgets this module provides extend the default core widgets, adding a text
  14. counter that displays the remaining number of characters allowed in the field.
  15. This counter updates as the user types.
  16. The field types that this module works on are:
  17. * Text (formatted)
  18. * Text (formatted, long)
  19. * Text (formatted, long, with summary)
  20. * Text (plain)
  21. * Text (plain, long)
  22. * For a full description of the module visit:
  23. https://www.drupal.org/project/textfield_counter
  24. * To submit bug reports and feature suggestions, or to track changes visit:
  25. https://www.drupal.org/project/issues/textfield_counter
  26. REQUIREMENTS
  27. ------------
  28. This module requires no modules outside of Drupal core.
  29. INSTALLATION
  30. ------------
  31. * Install the Text Field Counter module as you would normally install a
  32. contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
  33. further information.
  34. CONFIGURATION
  35. -------------
  36. 1. Navigate to Administration > Extend and enable the module.
  37. 2. Navigate to Administration > Structure > Content Type > [Content type to
  38. edit] > Add field and add a new field from those listed above.
  39. 3. Navigate to the 'Manage form display' tab. In the 'widget' column, select
  40. the widget that ends with 'counter'.
  41. 4. Now when entering content into the new field, the counter will display
  42. and count down the remaining characters available in the field.
  43. MAINTAINERS
  44. -----------
  45. * Jay Friendly (Jaypan) - https://www.drupal.org/u/jaypan