README.txt |
README.txt |
|
-- SUMMARY --
The Simple hierarchical select module displays selected taxonomy fields as
hierarchical selects on node creation/edit forms and as exposed filter in views.
-- REQUIREMENTS --
Taxonomy module (Drupal core) needs to be enabled.
--… |
shs.api.php |
shs.api.php |
|
Hooks for the shs module. |
shs.form.css |
theme/shs.form.css |
|
Styles for shs module on forms. |
shs.formatter.css |
theme/shs.formatter.css |
|
Styles for formatted output of shs module. |
shs.info |
shs.info |
|
name = Simple hierarchical select
core = 7.x
description = Creates a simple hierarchical select widget for taxonomy fields.
dependencies[] = taxonomy
files[] = includes/handlers/shs_handler_filter_entityreference.inc
files[] =… |
shs.install |
shs.install |
|
Installation tasks for "Simple hierarchical select". |
shs.module |
shs.module |
|
Provides an additional widget for term fields to create hierarchical selects. |
shs_handler_filter_entityreference.inc |
includes/handlers/shs_handler_filter_entityreference.inc |
|
Definition of shs_handler_filter_numeric. |
shs_handler_filter_term_node_tid.inc |
includes/handlers/shs_handler_filter_term_node_tid.inc |
|
Definition of shs_handler_filter_term_node_tid. |
shs_handler_filter_term_node_tid_depth.inc |
includes/handlers/shs_handler_filter_term_node_tid_depth.inc |
|
Definition of views_handler_filter_term_node_tid_depth. |
shs_node_count.info |
modules/shs_node_count/shs_node_count.info |
|
name = Simple hierarchical select: node count
core = 7.x
description = Extends 'Simple hierarchical select' with "node count" functionality.
dependencies[] = shs |
shs_node_count.install |
modules/shs_node_count/shs_node_count.install |
|
Installation tasks for "SHS node count". |
shs_node_count.module |
modules/shs_node_count/shs_node_count.module |
|
Node count functionality for Simple hierarchical select. |