Download & Extend

Hierarchical Select Field Selector

Hierarchical Select implementation allowing to choose content types and their fields in a user-friendly way. Reusable form element.

This is developer module. Install it only when required by other module.

Requirements: Hierarchical Select, CCK

Modules that use Hierarchical Select Field Selector: Imagefield Avatar

This module provides HS implementation ready to use. To insert HS field selector in your form, do something like:

<?php
module_load_include
('inc', 'hs_field_selector');
$form['your_field_selector'] = hs_field_selector_form_element();
?>

You can filter node types and fields using your own callbacks:
<?php
$params
= array('nodetype_filter' => 'your callback', 'field_filter' => 'your callback');
$form['your_field_selector']['#config']['params'] = $params;
?>

For example of usage see Imagefield Avatar module.
Also you can read HS API documentation to learn how you can tweak this form element further.

Downloads

Version Downloads Date Links
6.x-1.1 tar.gz (7.53 KB) | zip (8.28 KB) 2011-Jul-28 Notes

Project Information


Maintainers for Hierarchical Select Field Selector

  • crea - 4 commits
    last: 1 year ago, first: 3 years ago

Issues for Hierarchical Select Field Selector

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants