Protaculous2.fwaction (2013-11-25) (Downloaded 332 times)
Contains:
Compatible: Pro 5, Pro 5.5, and Pro 6
Protaculous2.fwaction (2013-01-15) (Downloaded 5 times)
Contains:
Compatible: Pro 4, Pro 5, Pro 5.5, and Pro 6
Protaculous2.fwaction (2013-01-02) (Downloaded 4 times)
Contains:
Compatible: Pro 4, Pro 5, and Pro 5.5
Author: Walter Davis
developer template javascript css effects prototype scriptaculous
This is a complete re-write of the Protaculous Action. Unlike the original, it does not bundle the Prototype and Scriptaculous JavaScript libraries within itself, instead it always links to external scripts hosted on the Google CDN (Content Delivery Network). This Action also does not include the Carousel Actions; check out the Carousel 2 Action for those.
Using the CDN makes the internal mechanics of the Action considerably simpler. It also introduces a breaking change: if you need to use these libraries without a local network (say on a CD-ROM, or in a working environment without Internet access) you will not be able to do so with this version of the Action.
If you use this Action on the same page as another instance of the Scripty Actions (or the built-in FX Actions) you will get an additional bonus: any reference to prototype.js or scriptaculous.js will be re-written to use the latest version of those libraries. This can solve some subtle issues with IE 9 or later.
David Murray
Hi Walter,
Slight problem for me with this action is each time I publish/upload the site since having installed Protaculous 2 Action, every page that uses ScriptyFader gets rebuilt and reuploaded even if no work has been done on it. Strangely, all pages that use the ScriptyFader Action do not have Protaculous 2 applied to them.
It's not a mega problem, just not sure if this is what to expect each and every time.
Regards, David
Peter Kotz
Hi Walter, i tried the prodaculous 2 Aktion and it works on my home side to make a flying toolbox … with jquery … but on the other side the normal freeway script to not work … the code i bring in after head
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> <style> #draggable { width: 150px; height: 150px; padding: 0.5em; } </style> <script> $(function() { $( "#draggable" ).draggable(); }); </script>
Peter Kotz
Hi Walter, i tried the prodaculous 2 Aktion and it works on my home side to make a flying toolbox … with jquery … but on the other side the normal freeway script to not work … the code i bring in after head
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> <style> #draggable { width: 150px; height: 150px; padding: 0.5em; } </style> <script> $(function() { $( "#draggable" ).draggable(); }); </script>
Walter Davis
@peter Can you post a link to a page showing the error?
Walter Davis
You also realize you can do draggable in Scriptaculous – that is where the whole idea of dragging things originated…
Omar Lopez
Hi. I try to use Transition FX freeway pro 7 but it isnot working. What could be happening? Thank you
Sign In or to comment.