Client-side hierarchical select
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Client-side hierarchical select
A simple client-side hierarchical select widget for taxonomy terms.
Settings
The widget 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
Multi-lingual
Supports multi-lingual terms localized with i18n_taxonomy module (Which is part of the i18n package).
Views integrations
It is possible to use the CSHS widget as an exposed filter for taxonomy term reference fields. Please note that this feature might break if SHS module is enabled on your site.
Similar projects
Looks similar to SHS and Hierarchical select, but in contrast to those modules the whole taxonomy tree is already present at page-load and the whole processing is done "client-side".
The implementation is simpler as most of the work is done by a custom jQuery Plugin which transforms the select-input with the option tree into multiple selects (one for each level in the hierarchy).
