You are here

Files in Hierarchical Select 6.3

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt Terminology ----------- - item: an item in the hierarchy. A hierarchy can also be seen as a tree. In that case, an item can be either a parent or a child. However, if "multiple parents" are supported (i.e. a child can have…
common.inc includes/common.inc Functions used by more than one Hierarchical Select implementation.
common_config_form.css includes/common_config_form.css .hierarchical-select-config-form .live-preview { margin-left: auto; margin-right: auto; width: 25em; float: right; } .hierarchical-select-config-form fieldset { clear: right; }
hierarchical_select-rtl.css hierarchical_select-rtl.css /* The hierarchical select. */ .hierarchical-select-wrapper .hierarchical-select .selects { float: right; /* If a block is floated, it won't consume as much width as available, only just enough. This allows the grippie to …
hierarchical_select.admin.inc hierarchical_select.admin.inc Module settings and configuration administration UI.
hierarchical_select.css hierarchical_select.css /* The hierarchical select. */ .hierarchical-select-wrapper .hierarchical-select .selects { float: left; /* If a block is floated, it won't consume as much width as available, only just enough. This allows the grippie to …
hierarchical_select.features.inc hierarchical_select.features.inc Integration with the features module.
hierarchical_select.info hierarchical_select.info name = Hierarchical Select description = Simplifies the selection of one or multiple items in a hierarchical tree. package = Form Elements core = 6.x
hierarchical_select.install hierarchical_select.install Install file for the Hierarchical Select module.
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 items in a hierarchy.
hs_content_taxonomy.admin.inc modules/hs_content_taxonomy.admin.inc
hs_content_taxonomy.css modules/hs_content_taxonomy.css /* The highlighted "Important!" on the CCK widget configuration form. */ .cck-hierarchical-select-warning .highlight { font-size: 140%; color: red; } /* The "back" link on the Hierarchical Select configuration form.…
hs_content_taxonomy.info modules/hs_content_taxonomy.info name = Hierarchical Select Content Taxonomy description = Use Hierarchical Select as the widget for Content Taxonomy CCK fields. dependencies[] = hierarchical_select dependencies[] = content_taxonomy dependencies[] = hs_taxonomy package = Form…
hs_content_taxonomy.module modules/hs_content_taxonomy.module Implementation of the Hierarchical Select API for the Content Taxonomy module.
hs_flatlist.info modules/hs_flatlist.info name = Hierarchical Select Flat List description = Allows Hierarchical Select's dropbox to be used for selecting multiple items in a flat list of options. dependencies[] = hierarchical_select package = Form Elements core = 6.x
hs_flatlist.module modules/hs_flatlist.module Implementation of the Hierarchical Select API that allows one to use Hierarchical Select's dropbox for selecting multiple items of a flat list.
hs_menu.info modules/hs_menu.info name = Hierarchical Select Menu description = Use Hierarchical Select for menu parent selection. dependencies[] = hierarchical_select dependencies[] = menu package = Form Elements core = 6.x
hs_menu.module modules/hs_menu.module Implementation of the Hierarchical Select API for the Menu module.
hs_smallhierarchy.info modules/hs_smallhierarchy.info name = Hierarchical Select Small Hierarchy description = Allows Hierarchical Select to be used for a hardcoded hierarchy. When it becomes to slow, you should move the hierarchy into the database and write a proper implementation. dependencies[] =…
hs_smallhierarchy.module modules/hs_smallhierarchy.module Implementation of the Hierarchical Select API that allows one to use a hardcoded hierarchy. When it becomes to slow, you should move the hierarchy into the database and write a proper implementation.
hs_taxonomy.info modules/hs_taxonomy.info name = Hierarchical Select Taxonomy description = Use Hierarchical Select for Taxonomy. dependencies[] = hierarchical_select dependencies[] = taxonomy package = Form Elements core = 6.x
hs_taxonomy.install modules/hs_taxonomy.install Install file for the Hierarchical Select Taxonomy module.
hs_taxonomy.module modules/hs_taxonomy.module Implementation of the Hierarchical Select API for the Taxonomy module.
hs_taxonomy_views.info modules/hs_taxonomy_views.info name = Hierarchical Select Taxonomy Views description = Use Hierarchical Select for Taxonomy exposed filters in Views. dependencies[] = hierarchical_select dependencies[] = hs_taxonomy dependencies[] = views package = Form Elements core = 6.x
hs_taxonomy_views.install modules/hs_taxonomy_views.install Install file for the Hierarchical Select Taxonomy Views module.
hs_taxonomy_views.module modules/hs_taxonomy_views.module Implementation of the Hierarchical Select API for the Taxonomy module's Views exposed filters.
hs_taxonomy_views_handler_filter_term_node_tid.inc modules/hs_taxonomy_views_handler_filter_term_node_tid.inc This file defines a new filter handler for using Hierarchical Select in exposed Taxonomy term filters.
hs_taxonomy_views_handler_filter_term_node_tid_depth.inc modules/hs_taxonomy_views_handler_filter_term_node_tid_depth.inc This file defines a new filter handler for using Hierarchical Select in exposed Taxonomy term with depth filters.
internals.test tests/internals.test This file contains the unit tests of the internals.
README.txt README.txt Description ----------- This module defines the "hierarchical_select" form element, which is a greatly enhanced way for letting the user select items in a hierarchy. Hierarchical Select has the ability to save the entire lineage of a…
theme.inc includes/theme.inc All theme functions for the Hierarchical Select module.
UPGRADE.txt UPGRADE.txt Upgrading (from Drupal 5 to 6) ------------------------------ 1) Upgrade this module just like any other: overwrite existing files and run update.php. 2) That's it. :)

Other projects