I've modified module to support latest versions of scrollable and its plugins:
- scrollable - 1.1.2
- autoscroll - 1.0.1
- circular - 0.5.1 (this plugin is still too buggy, wait for stable upstream version)
- mousewheel - 1.0.1
- navigator - 1.0.2 (not tested)
Important changes:
- Many available JS options now can be configured in UI
- Optional include of default CSS
- Options to create "next page" and "previous page" buttons
- Selectors for buttons can be fully customized (in old version selectors had to begin with class name)
- Configurable selector for root scrollable element, this should help with many scrollable on the page
This version requires jquery_update 6.x-2.x (jQuery 1.3.x).
For me, the only problem with new jQuery is sortable tables in views (rearrange fields, filters, etc.). This can be fixed with patches from http://drupal.org/node/366250#comment-2044594 and http://drupal.org/node/452376#comment-1820412 (test it before patching, maybe it is OK in your version)
This version is probably incompatible with old module's settings, so you'll need to reconfigure your views after update. There is no update script, but you can write it and share with us ;)
Options like Next button selector does not affect output (same as in old version). If you want to change classes of this elements, you'll need to override scrollable.tpl.php in your theme and modify it.
| Comment | File | Size | Author |
|---|---|---|---|
| scrollable-6.x-1.x-dev-mod.tgz | 16.78 KB | dmitriy.trt |