You are here

README.txt in qTip (Stylish jQuery Tooltips) 7.2

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
-- REQUIREMENTS --
* Version 2 of the qTip jQuery plugin, which is available via jsDelivr or CDNJS CDNs or via a custom build.

-- INSTALLATION --
* Install as usual, see http://drupal.org/documentation/install/modules-themes/modules-7 for further information.

-- CONFIGURATION --
* Once installed, go to admin/config/user-interface/qtip
    * Select the settings that would you like to use for the qTip library. Save.
* If you want to use simple tooltips via a text filter:
    * Install qTip: Filter module (submodule of qTip)
    * Go to admin/config/content/formats
        * 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 come AFTER 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: Text to display on page|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:
* 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. -- REQUIREMENTS --
  2. * Version 2 of the qTip jQuery plugin, which is available via jsDelivr or CDNJS CDNs or via a custom build.
  3. -- INSTALLATION --
  4. * Install as usual, see http://drupal.org/documentation/install/modules-themes/modules-7 for further information.
  5. -- CONFIGURATION --
  6. * Once installed, go to admin/config/user-interface/qtip
  7. * Select the settings that would you like to use for the qTip library. Save.
  8. * If you want to use simple tooltips via a text filter:
  9. * Install qTip: Filter module (submodule of qTip)
  10. * Go to admin/config/content/formats
  11. * Click 'configure' on the input filter that you would like to add qTip to
  12. NOTE: For input filters that have 'HTML filter' enabled (like Filtered HTML), qTip MUST come AFTER HTML filter
  13. This should be default, but it would be a good idea to check.
  14. * Save and repeat for as many input filters as you would like.
  15. * On a node page enter the filter with the following format:
  16. [qtip: Text to display on page|Text to appear in tooltip]
  17. The filter MUST start with '[qtip:' (no quotes)
  18. The visible text that will always show on the node page and will be used as a link to
  19. the tooltip comes next, followed by | (pipe)
  20. Finally, the text you would like to appear in the tooltip is last, followed by ']' (no quotes)
  21. -- MAINTAINERS --
  22. Current maintainers:
  23. * bocaj - http://drupal.org/user/582042
  24. -- SPECIAL THANKS --
  25. To Craig Thompson, creator of the qTip jQuery plugin!
  26. http://craigsworks.com