You are here

README.txt in Spoiler 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
Overview
--------
This module allows users to hide potential "spoiler" content by inserting them
between [spoiler][/spoiler] tags. These tags will be converted to HTML by this
filter and the relevant CSS rules will set the foreground and background colours
to the same value, thereby rendering the text invisible until highlighted.

If Javascript is available, the spoiler is replaced with a clickable (CSS)
button, which when clicked reveals the content.

The module provides a theme function named theme_spoiler which can be
overridden to make changes to the markup etc. 

Author
---------
Karthik Kumar / Zen / |gatsby| : http://drupal.org/user/21209

Links
-----
Project page: http://drupal.org/project/spoiler

File

README.txt
View source
  1. Overview
  2. --------
  3. This module allows users to hide potential "spoiler" content by inserting them
  4. between [spoiler][/spoiler] tags. These tags will be converted to HTML by this
  5. filter and the relevant CSS rules will set the foreground and background colours
  6. to the same value, thereby rendering the text invisible until highlighted.
  7. If Javascript is available, the spoiler is replaced with a clickable (CSS)
  8. button, which when clicked reveals the content.
  9. The module provides a theme function named theme_spoiler which can be
  10. overridden to make changes to the markup etc.
  11. Author
  12. ---------
  13. Karthik Kumar / Zen / |gatsby| : http://drupal.org/user/21209
  14. Links
  15. -----
  16. Project page: http://drupal.org/project/spoiler