Displaying 20 results from an estimated 5000 matches similar to: "script.aculo.us site mostly down"
2006 Feb 14
5
problem with sortable lists and IE
* I sent this message previously from the wrong address so it didn''t go
through so, I apologize in advance if a duplicate shows up *
Hello, I am very new to script.aculo.us and prototype but was trying to
implement some of the cool ajax functionality with Webwork.
I have been having a little trouble with the sortable element demo. I have
the following code below:
<html>
2006 Feb 13
3
moofx - scriptaculous
I was wondering whether somebody could point me to some documentation on how
I would convert a moofx class to scriptaculous.
Please see this very basic class:
fx.ScrollThumbs = Class.create();
fx.ScrollThumbs.prototype = Object.extend(new fx.Base(), {
initialize: function(el, options) {
this.el = $(el);
2005 Oct 17
7
Ajax.MultiUpdater ?
Hi,
I''m using prototype within ruby on rails.
One limitation I''d like to overcome is the restriction of beeing able to
update just one html elements content using from_remote_tag or
link_to_remote.
AFAICS this is just a restriction of the form_remote_tag/link_to_remote
implementation and it''s underlying Ajax.Updater class. Right?
In theorie there should be no problem,
2006 Oct 30
2
SVN requiring authentication
I can''t get to the code anymore. Devjavu''s svn is asking for a username
and password.
http://svn.devjavu.com/backgroundrb/
Authorization Required
This server could not verify that you are authorized to access the
document requested. Either you supplied the wrong credentials (e.g., bad
password), or your browser doesn''t understand how to supply the
credentials
2006 Feb 27
0
script.aculo.us/mir.aculo.us outtage
FYI:
Due to some work on the server hosting script.aculo.us (and
mir.aculo.us),
both sites won''t be available on Friday starting about 9:00am UTC for
about
3-4 hours.
-Thomas
2005 Aug 31
0
script.aculo.us patches and bug reports got a new home
Heya,
As handling the bug reports and patches through the list and some
obsure wiki pages became ever more complicated,
I can gladly announce that from now on patches and bug reports are
handling at the Ruby on Rails trac.
There''s a new component called "script.aculo.us" that should be set
on all bug reports and patches that affect script.aculo.us.
Please do not use the
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
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
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
2005 Jul 14
1
Dropping on empty script.aculo.us sortable lists
I have a need to have two sortable lists with the ability to cross drop
items between the list. I am using the
script.aculo.us<http://script.aculo.us>library. All is well until I
empty one of the lists completely out, at which
time I cannot drop anything in to the empty list. I have used CSS to set the
height of the <UL> so I have a large target to drop on.
In my efforts to make it
2006 Mar 26
2
script.aculo.us 1.6 beta
Heya,
The script.aculo.us SVN repositiory now holds the 1.6 beta.
This version is mostly a refactoring/bugfix release, and marks the
switch over to
Prototype 1.5 (Prototype 1.4.0 is no longer supported). The required
prototype.js
file is included (lib/prototype.js) of course.
Changes since 1.5.3:
* Prepare for script.aculo.us 1.6, add Prototype 1.5 requirement and
check that
2005 Oct 09
0
script.aculo.us V1.5, second release candidate
Read more on it here:
http://mir.aculo.us/articles/2005/10/09/script-aculo-us-v1-5_rc3-
second-release-candidate
Note that it''s rc3 that follows rc1, because rc2 was the version used
for the initial Rails import
of script.aculo.us V1.5_rc.
Thanks to all the contributors, bug reporters and testers!
Thomas
2006 Dec 18
0
How make like this by usung aculo.us?
Hi, all!
Look here http://www.artlebedev.ru/tools/technogrette/etc/admin/ (the
bottom example)
Can I do somethinhg like this using prototype and script.aculo.us?
I think we need to:
1. get X and Y position of the Draggable
2 set revert = true or false by calculating positiong of the nearest
Droppable
3 If Draggable is accepted by Droppable - set snap:[xd,yd], where xd
and yd - Droppable
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable
layout widgets. Is such a thing using script.aculo.us already
available? (Would hate to re-invent it.) Also, has anyone had success
with nested draggables? For example, rearranging <div>s within an
already draggable <div>?
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2006 Jun 29
1
script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject.
I''m trying to implement an autocompleter input text (in asp, for the
moment) using the script.aculo.us / prototype library.
In IE (internetExplorer) it works fine.
But in FF (fireFox) it keeps asking for my user/password on every atempt
to reach the server from the AJAX call.
The site is configures with integrated security and
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 Dec 13
0
script.aculo.us V1.5 final
Along the release of Ruby on Rails 1.0 and Prototype 1.4.0, I’m proud
to announce that script.aculo.us 1.5.0 final is also out-of-the-
release-candidate phase and is finally available!
Many, many thanks to all you contributors, bug hunters and users of
script.aculo.us out there!
For detailed information about what’s new in this release, please
refer to the CHANGELOG.
There also are some
2005 Dec 23
0
script.aculo.us some tests
hi everybody!
first, i speak spanish, so, my english is not very clean...
i''m developing two ''controls'' or ''widgets'' based in prototype.js
library and script.aculo.us effect collection.
a flickr slideshow (not finished):
http://hector.piloto.cl/flickr/(PUT YOUR FLICKR USER HERE)
an example: http://hector.piloto.cl/flickr/cechegoyen
and a treeview
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.