similar to: Updating script.aculo.us scripts

Displaying 20 results from an estimated 100000 matches similar to: "Updating script.aculo.us scripts"

2007 Feb 04
10
where to install script.aculo.us ?
I''d like to try autocompletion, and my understanding based on AWDWR:2, and on various website tutorials, is that I should install the script.aculos.us javascript library. My question is how to do that. The instructions on their site tell me to "Put prototype.js, scriptaculous.js, builder.js, effects.js, dragdrop.js, slider.js and controls.js in a directory of your website,
2006 Mar 29
4
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6 files?
Why aren''t builder.js, slider.js, and scriptaculous.js part of the Rails 1.1 javascripts? rab:javascripts $ pwd /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/html/javascripts rab:javascripts $ ls -l total 288 -rw-r--r-- 1 root wheel 148 Mar 28 08:56 application.js -rw-r--r-- 1 root wheel 28036 Mar 28 08:56 controls.js -rw-r--r-- 1 root wheel 23613 Mar 28 08:56 dragdrop.js
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us site. Currently only the source for ruby on rails is shown. I think it would be beneficial for the site to also so how do it with just basic html also. Let me know what you guys think about this idea. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2005 Oct 05
0
script.aculo.us and jspkg
Hey guys, I''m the author of the recently-released Javascript package loader, jspkg, that was just released to Sourceforge. I''m trying to judge interest in using this library loader for various unobtrusive Javascript libraries like script.aculo.us. jspkg requires very minimal changes to the included source files and most libaries won''t require any code to be
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
Hello all! I''m having a problem which is driving me insane. It''s probably related to the fact that I''m new to javascript.... :) Here''s the thing, I have a couple of effects which are all being put in the queue. Some of these effects have callbacks; e.g. "afterFinish". But the calback is being made directly instead of after the effect is done. The
2005 Aug 05
11
script.aculo.us Wiki update
Hi list, So, some hard work today, but the Wiki is quickly taking shape. I''ve now moved all the documentation I could find into it. The URL again: http://wiki.script.aculo.us/ There are also some new features in there, like: FAQ: http://wiki.script.aculo.us/scriptaculous/show/FAQ Wishlist (moved from Rails wiki): http://wiki.script.aculo.us/ scriptaculous/show/TheWishlist And the
2005 Aug 29
0
script.aculo.us Updates, new Safari
Hey all, 1) script.aculo.us Updates: The last week has seen many updates to the script.aculo.us SVN trunk, see for yourself (and do some testing with the code, please!) A biggest update are the self-running Javascript unit tests, contributed by Jon Tirsen-- also many bug fixes and improvements have made it in. 2) Safari 2.0.1 Today saw the release of a new version of Safari, so, please
2006 Jan 10
2
WHAT IS SCRIPT.ACULO.US?
Hi, Can anybody tell what is script.aculo.us? like whether it is an java package, javascript package, javascript library or something else, Pls clear my doubt. With Regards Rupa ********************************************************** The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or
2005 Sep 26
0
safari bug (?) in script.aculo.us
Why does my script.aculo.us code not work in Safari? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>draggable chess</title> <script src="prototype.js"
2005 Jun 23
0
Updates to script.aculo.us SVN
Hi, I''ve updated the SVN version to include what are the beginnings of unit tests for the javascript libs. Have a look at http://dev.rubyonrails.org/file/spinoffs/scriptaculous/ test/test.html to learn more. -- Thomas
2005 Jul 20
0
script.aculo.us 1.1 beta 1 ready
Get it here: http://script.aculo.us/downloads Short take on what''s new: -> Autocompletion took a notch up with incremental and local (js array) functionality -> Capability to remove draggables/droppables and redeclare sortables -> Effect.ScrollTo -> Fix memory leaks in IE and Gecko -> Make some 3rd-party js libraries comaptible, namely IE7.js -> Various tweaks and
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m having some problems with script.aculo.us. These are the following: I have a XML file like this: <?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="barraNav.xsl"?> <barraNav> <boton>
2007 Mar 14
0
SV: Re: script.aculo.us question
Another option would be to use conditional comments, which is only supported in IE. Either in the javascript: /*@cc_on @*/ /*@if (@_win32) Event.observe(window, ''load'', ...(replace img)...); /*@end @*/ Or in the HTML for including the script (this support checking versions): <!-[if lt IE 7]>...include script...<![endif]-->
2005 Sep 28
1
script.aculo.us Design Patterns
What makes script.aculo.us and Prototype so darn special? I was using some of the facilities of Prototype, and came around to understanding that it was different somehow, but I couldn''t figure out how exactly. I was using static methods for a while, but when I wrapped my functions into and object the library suddenly started to do some serious lifting.
2006 Apr 03
0
Using "in_place_editor_options" for script.aculo.us options?
I was just learning about the "in_place_editor_field" tag when reading thru RAILs Recipes. What is "in_place_editor_options" for???? I was hoping after reading the script.aculo.us documentation that I could do something like this. <%= in_place_editor_field :contact, column.name, {:tag => ''div''}, { :cancelText => ''Never
2006 Apr 06
0
script.aculo.us V1.6.1
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE mem leaks)! New features in V1.6.1 and V1.6.0: * Update to Prototype 1.5.0_rc0 * Sortable trees [thx Sammi Williams, sammi-EeRYXuc1dym5PgFUrJwY1aU/zSkkHjvu@public.gmane.org] See the functional test (test/functional/sortable_tree_test.html) and the CHANGELOG for more information! * Add Draggable object as third parameter
2005 Sep 28
0
Prototype / script.aculo.us / XSLT 2.0
Here''s an blog on how I''m using Prototype and script.aculo.us... http://engrm.com/blogometer/2005/09/28/relay-and-javascript-generators/ If anyone is interested in generating views and models for script.aculo.us controllers in XSLT 2.0 please let me know. -- Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/index.html -
2005 Aug 13
0
script.aculo.us Slide in from right
Hi all, I''ve found this page: http://wiki.script.aculo.us/scriptaculous/show/EffectsTreasureChest And I''ve included the exact source-code into a new javascript (.js) file and including the link in the HTML page I''m working with. I then have two div elements: <div id="one" onclick="Effect.SlideRightOutOfView(this);"> Test </div>
2006 Jul 26
0
SortableFloats demo in script.aculo.us
Hi, I tried to drag and drop the SortableFloats demo as given in the demo section of the site at http://wiki.script.aculo.us/scriptaculous/page/print/SortableFloatsDemo. It works perfectly fine in Mozilla 1.0 and Mozilla 1.5 but fails to do so in IE 6. Also there seems to be some javascript error. Please advice me in this regard. Thanks in advance prasad -- Posted via
2005 Dec 30
0
Prototype and script.aculo.us IRC channel
Join the #prototype channel on irc.freenode.net for all your questions on the Prototype JavaScript framework and script.aculo.us! :) -Thomas