You are here

README.txt in Improved Multi Select 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
-- SUMMARY --

The Improved Multi Select module replace the default multi-select boxes with two
panel list and search. The first panel holds the options that are available, and
the second panel holds the options that have been selected. Two panels are
separated by "add" and "remove" buttons. You can select an item from the first
box, click the "add" button, and add it to the second box. Likewise, you can
select an item from the second box, click the "remove" button, and it goes back
into the unselected box. Re-Ordering buttons allow users to move items that
have been selected up and down.

A search box allows users to quickly filter the left column to find items.
Admins can decide how precise users need to be when entering searches.
Options include Exact Match, All Words, and Any Words.
For each option, admins can decide if they want to allow partial words.

Grouping allows users to drill down by category to find items. This is
especially useful when the user has a large list of items to select from.

Grouping works with search to enable cross-filtering.


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

Settings can be configured at admin/config/user-interface/ims

 * Replace all multi-select lists
   - If checked, all multi-select fields will be replaced by improved
     multi-select widgets.

 * Replace multi-select lists on specific page
   - When not using the "Replace all multi-select lists" option, you can specify
     the pages on which multi-select field will be replaced by improved
     multi-select widgets. Enter one path per line.

 * Replace multi-select with specified selectors
   - When not using the "Replace all multi-select lists" option, you can specify
     element selectors for multi-select fields that will be replaced by improved
     multi-select widgets. Enter one selector per line.

 * Filter functionality
   - Allows admins to decide how precise users need to be when filtering.
     Options include Exact Match, All Words, and Any Words.
     For each option, admins can decide if they want partial words to match.

 * Allow re-ordering of selected items
   - If unchecked, "Move up" and "Move down" buttons will not be included.
     Selected items will always be in the order they appear in the original
     select field.
   - If checked, "Move up" and "Move Down" buttons will be included to change
     the order of selected items.
     Also, selected items will appear in the order they are added, instead of
     in the order of the original select field.

 * Reset filter when selecting a group
   - If checked, the search box and groups will work independently of one
     another. In this case, clicking on a group will clear the current filter.
   - If unchecked, the search box and groups can be used together for
     cross-filtering.

 * Button Text
   - These settings allow admins to customize the text or symbols for the
     buttons on the improved multi-select widgets.

The administration settings for this module can be configured by users with the
"administer site configuration" permission.


-- CONTACT --

Current maintainers:
* Dmitrii Varvashenia (dmitrii) - http://drupal.org/user/411965
* Reuben Turk (rooby) - http://drupal.org/user/350381

File

README.txt
View source
  1. -- SUMMARY --
  2. The Improved Multi Select module replace the default multi-select boxes with two
  3. panel list and search. The first panel holds the options that are available, and
  4. the second panel holds the options that have been selected. Two panels are
  5. separated by "add" and "remove" buttons. You can select an item from the first
  6. box, click the "add" button, and add it to the second box. Likewise, you can
  7. select an item from the second box, click the "remove" button, and it goes back
  8. into the unselected box. Re-Ordering buttons allow users to move items that
  9. have been selected up and down.
  10. A search box allows users to quickly filter the left column to find items.
  11. Admins can decide how precise users need to be when entering searches.
  12. Options include Exact Match, All Words, and Any Words.
  13. For each option, admins can decide if they want to allow partial words.
  14. Grouping allows users to drill down by category to find items. This is
  15. especially useful when the user has a large list of items to select from.
  16. Grouping works with search to enable cross-filtering.
  17. -- INSTALLATION --
  18. * Install as usual, see http://drupal.org/node/70151 for further information.
  19. -- CONFIGURATION --
  20. Settings can be configured at admin/config/user-interface/ims
  21. * Replace all multi-select lists
  22. - If checked, all multi-select fields will be replaced by improved
  23. multi-select widgets.
  24. * Replace multi-select lists on specific page
  25. - When not using the "Replace all multi-select lists" option, you can specify
  26. the pages on which multi-select field will be replaced by improved
  27. multi-select widgets. Enter one path per line.
  28. * Replace multi-select with specified selectors
  29. - When not using the "Replace all multi-select lists" option, you can specify
  30. element selectors for multi-select fields that will be replaced by improved
  31. multi-select widgets. Enter one selector per line.
  32. * Filter functionality
  33. - Allows admins to decide how precise users need to be when filtering.
  34. Options include Exact Match, All Words, and Any Words.
  35. For each option, admins can decide if they want partial words to match.
  36. * Allow re-ordering of selected items
  37. - If unchecked, "Move up" and "Move down" buttons will not be included.
  38. Selected items will always be in the order they appear in the original
  39. select field.
  40. - If checked, "Move up" and "Move Down" buttons will be included to change
  41. the order of selected items.
  42. Also, selected items will appear in the order they are added, instead of
  43. in the order of the original select field.
  44. * Reset filter when selecting a group
  45. - If checked, the search box and groups will work independently of one
  46. another. In this case, clicking on a group will clear the current filter.
  47. - If unchecked, the search box and groups can be used together for
  48. cross-filtering.
  49. * Button Text
  50. - These settings allow admins to customize the text or symbols for the
  51. buttons on the improved multi-select widgets.
  52. The administration settings for this module can be configured by users with the
  53. "administer site configuration" permission.
  54. -- CONTACT --
  55. Current maintainers:
  56. * Dmitrii Varvashenia (dmitrii) - http://drupal.org/user/411965
  57. * Reuben Turk (rooby) - http://drupal.org/user/350381