Multiselect
Categories
Component ID
125230
Component name
Multiselect
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
188516
Component created
Component changed
Component body
The Multiselect module defines a widget to be used with CCK fields. It allows the user to select multiple items in an easy way. It consists of two lists, one of all available items, the other of selected items. The user can select an item by moving it from the unselected list to the selected list. This module relies on the built-in jQuery features of Drupal and does not require any additional modules other than the CCK module set (Drupal 7 version has no dependencies).
Drupal 6:
- Widget works for text, integer, decimal, float, user reference, and node reference CCK field types.
- Can be used along with Content Taxonomy module for allowing easy selection from a long list of taxonomy terms.
Drupal 7:
- FAPI integration - allows module developers to create new form components using '#type' => 'multiselect'
Drupal 8:
A new port has been released! Please test and provide feedback.