You are here

Files in Hierarchical Select 5.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 { margin: 2px; /* Make sure a Hierarchical Selects is *indistuingishable* from a normal select with regards to spacing. Firefox seems to be giving…
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.info hierarchical_select.info name = Hierarchical Select description = Simplifies the selection of one or multiple items in a hierarchical tree. dependencies = jquery_update package = Form Elements
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_book.info modules/hs_book.info name = Hierarchical Select Book description = Use Hierarchical Select for selecting the parent page of a book page. dependencies = hierarchical_select book package = Form Elements
hs_book.module modules/hs_book.module Implementation of the Hierarchical Select API for the Book module.
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 content_taxonomy hs_taxonomy package = Form Elements
hs_content_taxonomy.module modules/hs_content_taxonomy.module Implementation of the Hierarchical Select API for the Content Taxonomy module.
hs_content_taxonomy_views.info modules/hs_content_taxonomy_views.info name = Hierarchical Select Content Taxonomy Views description = Use Hierarchical Select for Content Taxonomy exposed filters in Views. dependencies = hierarchical_select content_taxonomy_views package = Form Elements
hs_content_taxonomy_views.module modules/hs_content_taxonomy_views.module Implementation of the Hierarchical Select API for the Content Taxonomy Views 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
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 menu package = Form Elements
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_subscriptions_taxonomy.info modules/hs_subscriptions_taxonomy.info ; $I$ name = Hierarchical Select Taxonomy Subscriptions description = Use Hierarchical Select for Taxonomy Subscriptions. dependencies = hierarchical_select subscriptions_taxonomy hs_taxonomy package = Form Elements
hs_subscriptions_taxonomy.module modules/hs_subscriptions_taxonomy.module Makes the Taxonomy Subscriptions module use Hierarchical Select form items at user/<uid>/subscriptions/taxa.
hs_taxonomy.info modules/hs_taxonomy.info ; $I$ name = Hierarchical Select Taxonomy description = Use Hierarchical Select for Taxonomy. dependencies = hierarchical_select taxonomy package = Form Elements
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 hs_taxonomy views package = Form Elements
hs_taxonomy_views.module modules/hs_taxonomy_views.module Implementation of the Hierarchical Select API for the Taxonomy module's Views exposed filters.
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…
UPGRADE.txt UPGRADE.txt Upgrading (from Hierarchical Select 2 to 3) ------------------------------------------- 1) Upgrade this module just like any other: overwrite existing files and run update.php. 2) Upgrade to jQuery Update 2. 3) Disable and uninstall the jQuery…

Other projects