You are here

README.txt in Improved Multi Select 8

Same filename in this branch
  1. 8 README.txt
  2. 8 modules/ims_options_widget/README.txt
Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

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.


REQUIREMENTS
------------

No special requirements for this module.


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.

 * Remove required attribute
   - If checked, removes the required attribute from select elements to allow
     form submission and validation on Drupal side.
   - If unchecked causes https://www.drupal.org/project/improved_multi_select/issues/2922513

 * 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.


MAINTAINERS
-----------

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

File

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