You are here

Files in Hierarchical Select 5

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt Hooks ----- 1) hook_hierarchical_select_render($hsid, $selection, $params); This hook is called whenever the user makes a selection. It should return a new set of rendered selects. See hierarchical_select_taxonomy.inc for an example. 2)…
content_taxonomy.inc modules/content_taxonomy.inc
hierarchical_select.css hierarchical_select.css div.hierarchical-select-container select.hierarchical-select { margin-right: .5em; margin-bottom: 1em; float: left; }
hierarchical_select.info hierarchical_select.info name = Hierarchical Select description = Transforms the select form items of hierarchical selects into dynamically updated, per-level select form items. dependencies = jquery_interface package = Form Elements
hierarchical_select.module hierarchical_select.module This module defines the "hierarchical_select" form element, which is a greatly enhanced way for letting the user select an option in a hierarchy. Out of the box, this module supports the taxonomy and content_taxonomy modules, but that…
README.txt README.txt Description ----------- This module defines the "hierarchical_select" form element, which is a much enhanced way for letting the user select an option in a hierarchy. Out of the box, this module implements the hierarchical_select hooks for…
taxonomy.inc modules/taxonomy.inc

Other projects