You are here

README.txt in JScrollPane 6.2

ABOUT THE MODULE
----------------

This gives you the ability to let JavaScript create the scrollbars of a div of
whatever element you need which actually gives you more control over stuff like
styles, callbacks, etc.

INSTALLATION
------------

See http://drupal.org/documentation/install/modules-themes.

PERMISSIONS
-----------

The module adds an 'Administer jScrollPane' permission that is required to view
the jScrollPane settings form.

CONFIGURATION
-------------

An admin settings form is located at /admin/settings/jscrollpane.


USAGE
-----

With the module enabled, the javascript and CSS files are automatically added
when a page is loaded. By default, the jScollPane class is .scroll-pane. Any
elements with this class will automatically get the jScrollPane scrollbar
applied to it. If you wish to use a different class then it can be changed on
the admin settings page.

AUTHOR
------

Oliver Davies
oliver@oliverdavies.co.uk

File

README.txt
View source
  1. ABOUT THE MODULE
  2. ----------------
  3. This gives you the ability to let JavaScript create the scrollbars of a div of
  4. whatever element you need which actually gives you more control over stuff like
  5. styles, callbacks, etc.
  6. INSTALLATION
  7. ------------
  8. See http://drupal.org/documentation/install/modules-themes.
  9. PERMISSIONS
  10. -----------
  11. The module adds an 'Administer jScrollPane' permission that is required to view
  12. the jScrollPane settings form.
  13. CONFIGURATION
  14. -------------
  15. An admin settings form is located at /admin/settings/jscrollpane.
  16. USAGE
  17. -----
  18. With the module enabled, the javascript and CSS files are automatically added
  19. when a page is loaded. By default, the jScollPane class is .scroll-pane. Any
  20. elements with this class will automatically get the jScrollPane scrollbar
  21. applied to it. If you wish to use a different class then it can be changed on
  22. the admin settings page.
  23. AUTHOR
  24. ------
  25. Oliver Davies
  26. oliver@oliverdavies.co.uk