You are here

Files in Hierarchical Select 5.2

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt Form API usage -------------- You have to make sure your form item is using the "hierarchical_select" form element type: $form['select_some_term'] = array( '#type' => 'hierarchical_select', …
content_taxonomy.inc modules/content_taxonomy.inc
hierarchical_select-rtl.css hierarchical_select-rtl.css div.hierarchical-select-container select.hierarchical-select-select, div.hierarchical-select-container .hierarchical-select-add-to-dropbox { margin: 0; margin-left: .5em; /* margin-right: .5em; */ margin-bottom: 1em; float: right; /* float:…
hierarchical_select.css hierarchical_select.css div.hierarchical-select-container select.hierarchical-select-select, div.hierarchical-select-container .hierarchical-select-add-to-dropbox { margin: 0; margin-right: .5em; margin-bottom: 1em; float: left; } .dropbox-title { font-size:…
hierarchical_select.info hierarchical_select.info name = Hierarchical Select description = Simplifies the selection of one or multiple items in a hierarchical tree. dependencies = jquery_interface package = Form Elements
hierarchical_select.install hierarchical_select.install
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.
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…
subscriptions_taxonomy.inc modules/subscriptions_taxonomy.inc Makes the Taxonomy Subscriptions module use Hierarchical Select form items at user/<uid>/subscriptions/taxa.
taxonomy.inc modules/taxonomy.inc

Other projects