Displaying 20 results from an estimated 20000 matches similar to: "script.aculo.us - dropables"
2005 Jul 05
1
[PATCH] script.aculo.us drag-and-drop patch
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2618 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050705/8b315d27/smime.bin
2006 Mar 01
0
Script.aculo.us: Dynamic Sortable List Problems
This is my first post to this mailing list so I hope its in the right
location.I''m trying to use a list of draggables (not sortable) which I can
drag into a droppable div. The goal is to create a new item, not to move
from one list to the other.
When a new draggable is dropped, a new div is added to the droppable div and
a sortable is created. Everything is working fairly well, to
2005 Aug 15
0
script.aculo.us dragging from div with scrollbar
Hi,
I''m new here, so if this turns out to be the wrong place to ask, please do tell!
I''m trying my hand at creating a page using the scripts from
http://script.aculo.us/ and I''ve run into a little problem.
If I drag a Draggable from a <div> that has a scrollbar (css with
either overflow: scroll set, of overflow:auto, since dragging the
Draggable image always
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 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 Oct 27
0
Hello. About the dragable list in script.aculo.us
Hi. I''m trying to make a ''special'' dragable list with script.aculo.us.
Special in that only one of its <li> elements can be draged.
I first tried to use the ''only: someclass'' for the class that I wanted to
move in the Sortable.create method, but that disabled movement.
I''ve never even tried javascript before, so my reaction to this
2007 Nov 02
3
script.aculo.us: onUpdate in Sortable.create
Can''t seem to get the onUpdate to work in for a sortable list. I am
following the documentation and the included functional tests but
nothing is firing for me. Any idea why?
Sortable.create(''list1'', {
tree:true
, onUpdate:function(sortable){
alert(''onUpdate'')
}
, handle: ''handle''
, scroll:window
,
2006 Aug 25
5
Dragging between DIVs with Prototype/script.aculo.us
Hi,
I''m fairly new to script.aculo.us, so hopefully this is the right place
to ask this question. I have the following situation (pseudo-code):
<div>
<Droppable 1>
<Droppable 2>
</div>
<div (scrollable)>
<Draggable 1>
<Draggable 2>
...
</div>
Basically, my Draggables are inside a scrollable <div> element (the
interface
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 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 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 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
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 16
0
Bug in script.aculo.us Draggable in 1.5
I have a Draggable object that contains a SELECT with some OPTION tags.
When I select one of the OPTION tags, the entire Draggable acts as
though it is being dragged.
There is code in the Draggable object to stop this for Firefox:
initDrag: function(event) {
if(Event.isLeftClick(event)) {
// abort on form elements, fixes a Firefox issue
var src =
2005 Jun 28
1
Thomas script.aculo.us (important bug and add ons)
Sorry. Posted from wrong email originally. Moderator, please ignore other
post. Thx.
To Thomas Fuchs,
First of all, thanks for your amazing scripts on script.aculo.us. You''ve got
quite some talent. I knew I was in for a treat when I read your goals
(mainly about simplicity). My goals exactly. Keep it simple is great when
you''re trying to integrate 100 different things.
I wrote
2006 Apr 06
3
Drag and drop events. Or: How I learned to take over the world.
Hey all,
First, I just want to say thanks to all of you who read, and email
here frequently. So "Thanks".
Second, I have a little pet project. This one has not timelines,
and is mainly meant for my own personal growth and javascript
goodness. It is a drag and drop game, and it may not be 100%
possible to do everything I want with it. But that has not stopped
me from
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
2006 Jun 19
1
script.aculo.us support script loading fails with SiteMesh in FireFox
Hi everyone,
I''m new to Script.aculo.us. I''ve searched the archives but haven''t
found any info on this so thought I would ask.
I have a web app that uses SiteMesh from OpenSymphony. Basically, it''s
an outbound page decorator that applies common elements to pages as they
head back to the client. I''d like to used the slider control, so
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 Jun 20
10
Next script.aculo.us release, help needed
Hey there!
I''m in the process of looking through the various bug reports and
tickets and
fixing script.aculo.us as I go along.
As I want a 1.6.2 bugfix release to happen this week, please help me
out with:
- Looking throught the open bugs list on the trac, testing stuff and
giving helpful comments (like "+1")
- Identifiying what bugs/patches should be included (answer to