You are here

README.txt in qTip (Stylish jQuery Tooltips) 6.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
-- SUMMARY --
qTip is another tooltip module for Drupal. By using a simple input filter in your
code you can have a stylish tooltip in just seconds.


-- REQUIREMENTS --
You must download and install the qTip library from
http://craigsworks.com/projects/qtip/download/
This library is licensed under MIT and therefore is not allowed to be on drupal.org

Make sure that you select the 'Production' option. You may download the development
option as well if you would like to check out the code, but this module depends
on the compressed 'Production' version of the library.

Place the extracted contents of the library into /path/to/qtip/library


-- INSTALLATION --

* Install as usual (see dependency above), see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* Once installed, go to admin/settings/qtip
    * Select how you would like your qTips to display. Save.
* Go to admin/settings/filters
    * Click 'configure' on the input filter that you would like to add qTip to
      NOTE: For input filters that have 'HTML filter' enabled (like Filtered HTML), qTip MUST be weighted heavier than HTML filter
        This should be default, but it would be a good idea to check.
    * Save and repeat for as many input filters as you would like.
* On a node page enter the filter with the following format:
  [qtip:Name of link (target) text|Text to appear in tooltip]
    The filter MUST start with '[qtip:' (no quotes)
    The visible text that will always show on the node page and will be used as a link to
      the tooltip comes next, followed by | (pipe)
    Finally, the text you would like to appear in the tooltip is last, followed by ']' (no quotes)


-- MAINTAINERS --
Current maintainers:
* Jacob Neher (bocaj) - http://drupal.org/user/582042


-- SPECIAL THANKS --
To Craig Thompson, creator of the qTip jQuery plugin!
http://craigsworks.com

File

README.txt
View source
  1. -- SUMMARY --
  2. qTip is another tooltip module for Drupal. By using a simple input filter in your
  3. code you can have a stylish tooltip in just seconds.
  4. -- REQUIREMENTS --
  5. You must download and install the qTip library from
  6. http://craigsworks.com/projects/qtip/download/
  7. This library is licensed under MIT and therefore is not allowed to be on drupal.org
  8. Make sure that you select the 'Production' option. You may download the development
  9. option as well if you would like to check out the code, but this module depends
  10. on the compressed 'Production' version of the library.
  11. Place the extracted contents of the library into /path/to/qtip/library
  12. -- INSTALLATION --
  13. * Install as usual (see dependency above), see http://drupal.org/node/70151 for further information.
  14. -- CONFIGURATION --
  15. * Once installed, go to admin/settings/qtip
  16. * Select how you would like your qTips to display. Save.
  17. * Go to admin/settings/filters
  18. * Click 'configure' on the input filter that you would like to add qTip to
  19. NOTE: For input filters that have 'HTML filter' enabled (like Filtered HTML), qTip MUST be weighted heavier than HTML filter
  20. This should be default, but it would be a good idea to check.
  21. * Save and repeat for as many input filters as you would like.
  22. * On a node page enter the filter with the following format:
  23. [qtip:Name of link (target) text|Text to appear in tooltip]
  24. The filter MUST start with '[qtip:' (no quotes)
  25. The visible text that will always show on the node page and will be used as a link to
  26. the tooltip comes next, followed by | (pipe)
  27. Finally, the text you would like to appear in the tooltip is last, followed by ']' (no quotes)
  28. -- MAINTAINERS --
  29. Current maintainers:
  30. * Jacob Neher (bocaj) - http://drupal.org/user/582042
  31. -- SPECIAL THANKS --
  32. To Craig Thompson, creator of the qTip jQuery plugin!
  33. http://craigsworks.com