You are here

README.txt in Client-side Hierarchical Select 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.2 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 two 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.)


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

As the module is a widget for taxonomy 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 two 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. REQUIREMENTS
  19. ------------
  20. As the module is a widget for taxonomy reference fields, the taxonomy module is
  21. required.
  22. INSTALLATION
  23. ------------
  24. * Install as you would normally install a contributed drupal module. See:
  25. https://drupal.org/documentation/install/modules-themes/modules-7
  26. CONFIGURATION
  27. -------------
  28. * Choose the "Clientside hierarchical select" widget for your taxonomy field
  29. * Configure the widget at the field instance settings.
  30. MAINTAINERS
  31. -----------
  32. Current maintainers:
  33. * Walter Jenner (valderama) - https://www.drupal.org/u/valderama
  34. * Julian Kempff (jkempff) - https://www.drupal.org/u/jkempff
  35. This project has been sponsored by:
  36. * FORM & CODE, Munich - http://www.formundcode.de