You are here

README.txt in Multiselect 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 2.x README.txt
// $Id $

Description
-------
The Multiselect module defines a CCK and Form API multiple selection field widget, to allow easier
multi-selection for users.

Multiselect was by Mark W. Jarrell (attheshow) at
Fleet Thought (http://fleetthought.com).

Install
-------
Installing the Multiselect module is simple:

1) Copy the multiselect folder to the modules folder in your installation.

2) Enable the module using the Modules administration page (/admin/modules).

3) When creating a new content field, select "Multiselect" as your widget type.

Support
-------
If you experience a problem with the module, file a
request or issue on the Multiselect queue (http://drupal.org/project/issues/multiselect).
DO NOT POST IN THE FORUMS. Posting in the issue queue is a direct line of
communication with the module author.

File

README.txt
View source
  1. // $Id $
  2. Description
  3. -------
  4. The Multiselect module defines a CCK and Form API multiple selection field widget, to allow easier
  5. multi-selection for users.
  6. Multiselect was by Mark W. Jarrell (attheshow) at
  7. Fleet Thought (http://fleetthought.com).
  8. Install
  9. -------
  10. Installing the Multiselect module is simple:
  11. 1) Copy the multiselect folder to the modules folder in your installation.
  12. 2) Enable the module using the Modules administration page (/admin/modules).
  13. 3) When creating a new content field, select "Multiselect" as your widget type.
  14. Support
  15. -------
  16. If you experience a problem with the module, file a
  17. request or issue on the Multiselect queue (http://drupal.org/project/issues/multiselect).
  18. DO NOT POST IN THE FORUMS. Posting in the issue queue is a direct line of
  19. communication with the module author.