You are here

README.txt in Select (or other) 7.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7.2 README.txt
  5. 4.x README.txt
Select (or other) README

CONTENTS OF THIS FILE
----------------------

  * Introduction
  * Installation
  * Usage


INTRODUCTION
------------
Project page: http://drupal.org/project/select_or_other.
Maintainer: Chris Jansen (https://www.drupal.org/u/legolasbo)

Previous maintainer(s):
Daniel Braksator (http://drupal.org/user/134005)


INSTALLATION
------------
1. Copy select_or_other folder to the modules directory.
   Usually sites/all/modules
2. At admin/build/modules enable the 'Select (or other)' module.


USAGE
------------
Field API integration is available for Boolean, Decimal, Float, Text and Taxonomy
field types.

1. In your content type, add a new Text, Taxonomy, Float, Decimal or Boolean field.
2. Choose the 'Select (or other)' widget option you want.
3. Configure as required and save.
4. If you configured Text, Float, Decimal or Boolean fields to have a key|value, use
   the 'Select or other' field formatter to display the value instead of the key.

Webform integration is built into Webform 3.

Custom Forms API usage instructions available on project page.

File

README.txt
View source
  1. Select (or other) README
  2. CONTENTS OF THIS FILE
  3. ----------------------
  4. * Introduction
  5. * Installation
  6. * Usage
  7. INTRODUCTION
  8. ------------
  9. Project page: http://drupal.org/project/select_or_other.
  10. Maintainer: Chris Jansen (https://www.drupal.org/u/legolasbo)
  11. Previous maintainer(s):
  12. Daniel Braksator (http://drupal.org/user/134005)
  13. INSTALLATION
  14. ------------
  15. 1. Copy select_or_other folder to the modules directory.
  16. Usually sites/all/modules
  17. 2. At admin/build/modules enable the 'Select (or other)' module.
  18. USAGE
  19. ------------
  20. Field API integration is available for Boolean, Decimal, Float, Text and Taxonomy
  21. field types.
  22. 1. In your content type, add a new Text, Taxonomy, Float, Decimal or Boolean field.
  23. 2. Choose the 'Select (or other)' widget option you want.
  24. 3. Configure as required and save.
  25. 4. If you configured Text, Float, Decimal or Boolean fields to have a key|value, use
  26. the 'Select or other' field formatter to display the value instead of the key.
  27. Webform integration is built into Webform 3.
  28. Custom Forms API usage instructions available on project page.