Include a non-packed version of ticker.fade.js (and other js files)
benwei - August 5, 2008 - 20:02
| Project: | Views Ticker |
| Version: | 5.x-0.1-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be nice to be able to easily modify the supporting JavaScript files that implement the tickers, but as it stands they are packed, making it difficult to do so. Would there be any way to include a non-packed version as well?
The specific reason I ask is because I would like to be able to add some JavaScript that would allow you to show/hide all news items in a collapsible list format, and it would be nice to be able to read the JS code in order to interoperate with the existing JS (basically pause the ticker when the list is expanded).

#1
There is a php script about, I don't remember where I found it but google probably will. It works both ways.
packer.php-1.1.zip
also see http://drupal.org/node/251348
You might be able to do what you want without hacking the js
#2
Judging from the css classnames, I assume the javascript library is
jscroller2and comes from here:http://jscroller2.markusbordihn.de/docs/
hth
P.S Nice Module!