You are here

README.txt in FAQ Field 2.0.x

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

FAQ Field

This module provides a field for frequently asked questions.
Added, you can create simple but smooth FAQs on any piece of content.

-- REQUIREMENTS --

The core field module.


-- How to use it? --

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

Configuration
  No configuration needed.

Usage
  You can add the field to any entity (eg. content type, users, ..) as usual.
  On the fields settings you can choose what kind of answer input widget should
  be used and how it should be filtered. If you choose a formatable textarea
  you can configure the default filter by the default value preview on the field
  settings page and there are several advanced options you can make use of.

  You have the choise of two display formatters:
  - Accordion (jQuery JavaScript animated show / hide) [Default]
  - Simple text (none formatted, simple output for custom theming)
  - Definition list (typical <dl> FAQ list)
  - Anchor list (a FAQ with anchor link list)
  If you are using accordion you can modify its behaviour easily by the display
  settings.

File

README.txt
View source
  1. -- SUMMARY --
  2. FAQ Field
  3. This module provides a field for frequently asked questions.
  4. Added, you can create simple but smooth FAQs on any piece of content.
  5. -- REQUIREMENTS --
  6. The core field module.
  7. -- How to use it? --
  8. Install as usual, see http://drupal.org/node/895232 for further information.
  9. Configuration
  10. No configuration needed.
  11. Usage
  12. You can add the field to any entity (eg. content type, users, ..) as usual.
  13. On the fields settings you can choose what kind of answer input widget should
  14. be used and how it should be filtered. If you choose a formatable textarea
  15. you can configure the default filter by the default value preview on the field
  16. settings page and there are several advanced options you can make use of.
  17. You have the choise of two display formatters:
  18. - Accordion (jQuery JavaScript animated show / hide) [Default]
  19. - Simple text (none formatted, simple output for custom theming)
  20. - Definition list (typical
    FAQ list)
  21. - Anchor list (a FAQ with anchor link list)
  22. If you are using accordion you can modify its behaviour easily by the display
  23. settings.