You are here

README.txt in Client-side Hierarchical Select 8.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


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

A simple clientside hierarchical select widget for taxonomy terms.

It works by replacing the standard select input element with a hierarchical set
of select input via javascript.

It provides three settings:
 * "Force selection of deepest level" (If checked the user will be forced to
   select terms from the deepest level.)
 * "Parent" (Allows to select a parent term to use only a subtree of a
   vocabulary for this field.)
 * "Labels per hierarchy-level"


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

As the module is a widget for entity reference fields, the taxonomy module is
required.


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

 * Install as you would normally install a contributed drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7


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

 * Choose the "Clientside hierarchical select" widget for your taxonomy field
 * Configure the widget at the field instance settings.


MAINTAINERS
-----------
Current maintainers:
 * Walter Jenner (valderama) - https://www.drupal.org/u/valderama
 * Julian Kempff (jkempff) - https://www.drupal.org/u/jkempff

This project has been sponsored by:
 * FORM & CODE, Munich - http://www.formundcode.de

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. A simple clientside hierarchical select widget for taxonomy terms.
  11. It works by replacing the standard select input element with a hierarchical set
  12. of select input via javascript.
  13. It provides three settings:
  14. * "Force selection of deepest level" (If checked the user will be forced to
  15. select terms from the deepest level.)
  16. * "Parent" (Allows to select a parent term to use only a subtree of a
  17. vocabulary for this field.)
  18. * "Labels per hierarchy-level"
  19. REQUIREMENTS
  20. ------------
  21. As the module is a widget for entity reference fields, the taxonomy module is
  22. required.
  23. INSTALLATION
  24. ------------
  25. * Install as you would normally install a contributed drupal module. See:
  26. https://drupal.org/documentation/install/modules-themes/modules-7
  27. CONFIGURATION
  28. -------------
  29. * Choose the "Clientside hierarchical select" widget for your taxonomy field
  30. * Configure the widget at the field instance settings.
  31. MAINTAINERS
  32. -----------
  33. Current maintainers:
  34. * Walter Jenner (valderama) - https://www.drupal.org/u/valderama
  35. * Julian Kempff (jkempff) - https://www.drupal.org/u/jkempff
  36. This project has been sponsored by:
  37. * FORM & CODE, Munich - http://www.formundcode.de