Needs review
Project:
Scrollable Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 18:29 UTC
Updated:
3 Dec 2009 at 18:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robloachWhoops, wrong patch.
Comment #2
Anonymous (not verified) commentedRob,
I don't understand the main goal of the patch.
Here is what I understand :
So if I understand well all of the other components of jQuery Tools Scrollable are still not integrated with Views. So why not patch jQuery Tools Module to integrate all this components to Views ?
Ok, maybe this is a silly question.
Comment #3
sparker888 commentedHi Rob,
I like the idea of integrating jQuery Tools into Drupal.
It may be a bit early, but are you working on some basic documentation?
For example, does the module replace the necessity of adding the http://cdn.jquerytools.org/1.0.2/jquery.tools.min.js statement on the page to implement the tools?
The help portion of the module seems unfinished, and I've found myself having to wade through the original documentation trying to make sense of how to implement the functions provided by your jQuery Tools Module into my Drupal sites.
I'll keep plugging away at it, but I wanted to know your next steps, when we might see some basic Drupal documentation, and perhaps the ultimate goal of this implementation.
Cheers!
Comment #4
saurabh.bhambry commentedI agree with the comment above... wud need atleast some documentation to try out the module ..
BTW I tried somthing else too .. I downloaded the jquerytools.js file and placed it in the jquery_plugins module's folder ..
den I used the drupal_add_plugin ("tools") function to call the tools and tried to implement some code ..
Surprisingly I was able to make the code work .. but it had to face some weird behavior ..
Now waiting for this module to check it out ..