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
perfectly… |
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 = 7.x
configure = admin/config/content/hierarchical_select
files[] = tests/internals.test |
hierarchical_select.install |
hierarchical_select.install |
|
Install, update and uninstall functions 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. |
hser.info |
modules/hser/hser.info |
|
name = Hierarchical Select Entity Reference
description = Use the hierarchical select widget for entity reference fields, using taxonomy to provide hierarchy if appropriate, otherwise flat.
package = Form Elements
core = 7.x
dependencies[] =… |
hser.module |
modules/hser/hser.module |
|
Allows hierarchical select to be used with entity reference fields. |
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 = 7.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 = 7.x |
hs_menu.install |
modules/hs_menu.install |
|
Install file for the Hierarchical Select Menu module. |
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 too 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 = 7.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. |
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… |
README.txt |
modules/hser/README.txt |
|
This module allows you to use hierarchical_select (version 7.x-3.x) as a widget
for a taxonomy-based entityreference field.
To use it, create an entityreference field, with the Hierarchical Select widget,
select "Taxonomy term" as the… |
theme.inc |
includes/theme.inc |
|
All theme functions for the Hierarchical Select module. |
TODO.txt |
TODO.txt |
|
HS core:
✓ port: initial port
✓ fix: JS code cleanup (remove hardcoded hacks)
✓ fix: title + description (i.e. something's off with the theme wrapper)
✓ fix: #value_callback may be necessary? (see file.module) OR: ensure #return_value… |
UPGRADE.txt |
UPGRADE.txt |
|
# Upgrading (from Drupal 6 to 7)
1. **BE WARE THAT NOT ALL FUNCTIONALITY HAS BEEN PORTED!**
Make sure that you know if the part of Hierarchical Select's functionality
that you want to use has been ported. Otherwise, you may be in for… |