Displaying 20 results from an estimated 4000 matches similar to: "Problems with Sortable and window.name (script.aclo.us)"
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app,
that will be done separately in another patch
as F10/F11 require different setups for that.
In the meantime gettext works if manually changed
in environment.rb to gettext_rails instead of
gettext/rails
Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com>
---
src/app/controllers/application.rb | 200 --------
2005 Jul 20
3
examples of drag n drop
Sorry if this sounds cynical, ( i do love script.aculo.us scripts ) ,
but I am wondering if people know of some good real world
examples of uses of drag n drop and sortable lists.
such a cute script will likely be *ab*used as much as it is used.
obviously the point here is to use script.aculo.us to improve
the user interface rather than just have some k00l eFX.
e.g. the drag n drop instantly
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
2008 Feb 15
1
Sortable limit number of elements
Hello,
Well, i need to limit the number of elements in a sortable. I new to
scriptaculo but i have lots of experiencie with javascript.
Since limit the number of elements is not supported by Sortable i
would like to implement, i already took a look at the Sortable class
in dragdrop.js and it looks like that onHover and onEmptyHover deal
with the update of the UI, however I''m not unable
2006 Jun 24
0
Sortable with sortables? this.destroy not a function O_o
Hi all
I am creating sortable list with the builder. Now i want these sortables to
be a sortable aswell. So i wrap a div around them and run sortable create on
the main-container.
I have it like so (simplified):
var myLists = new Array(); // start a empty array for push
var mainDiv = ''main''; // some already present div to carry all stuff.
function newList() {
var sortlist
2005 Aug 11
7
script.aculo.us V1.5_pre1 released
Heya,
I''ve just released script.aculo.us V1.5_pre1.
Please give it a try!
Important new stuff (since V1.1b1):
* Added a main scriptaculous.js file to load in the other libraries
transparently.
* Fixed a condition where standard a href=xxx links wouldn''t work in
autocomplete results. These do now, the onclick event is not
cancelled. [thx to Jasper Slits]
* Added
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last
prototype?
I you make an Effect.Pulsate, the element stays hidden after the effect
finish if the element don''t have opacity stablished. This is for the changes
on the setStyle method on prototype.
The original code is:
2005 Jul 20
0
Re: Using sortable.
Thomas,
I am trying to use the Sortable functionality through
a rails implementation.
My sortable container looks like this:
<div class="thumbnails">
<div class="minus_navigation">
<a href="javascript:Photos.selectPrevious()">
<img alt="Move to previous photo"
class="navigation"
2005 Jul 20
0
Using sortable.
Thomas,
I am trying to use the Sortable functionality through
a rails implementation.
My sortable container looks like this:
<div class="thumbnails">
<div class="minus_navigation">
<a href="javascript:Photos.selectPrevious()">
<img alt="Move to previous photo"
class="navigation"
2006 Apr 14
1
Problems using Sortable with an onUpdate callback
Hi all:
I''m using sortable (very cool stuff!) on a series of divs with an
onUpdate callback. Everything appears to work alright until I try to
pass a parameter to my callback function like this:
Sortable.create( ''page_33'',
{
tag: ''div'',
onUpdate: updateOrder(''page_33'')
}
);
When I pass that parameter to the
2006 Jan 25
0
Sortable Tree Modification
Hi, I''ve been working on a sortable tree modification.
You can get what I have done so far here: http://
www.oriontransfer.co.nz/Sortable+List.zip
Firstly, serialize needs work to support a tree structure. Secondly,
I have not tested if it still works with lists property (I''m sure it
would work fine, but I haven''t tested it). Finally, I need to merge
this code
2005 Jun 28
0
New beta of script.aculo.us
Hi,
A new beta version is ready ready for downloading at http://
script.aculo.us/downloads
Changes:
* Updated to Prototype 1.3.0
* Fixed sortables that are absolutely positioned
* Fixed draggables on pages with no droppables
* Added Effect.Transitions.pulse
* Added Effect.Pulsate and Effect.Fold effect by Justin Palmer
* Added transitions by Mark Pilgrim: .full,
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
Hello,
I''m testing beta of scriptaculous and I''ve got a stange behaviour.
I''m using this RJS :
page << "$(''content'').morph({width:''308px''}, {duration:0.5});"
page.replace_html ''subcontent'', :partial => ''sub''
page.replace_html ''nav_path'', nav_path
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2005 Nov 18
0
Passing "accept" option through a Sortable
Hi All,
I''m attempting to tweak Scriptaculous 1.5R4 to provide the ability to
pass the "accept" option through the Sortable.create(...) call to the
enclosed Droppable(s). I''m far from a JavaScript expert
(Scriptaculous & AJAX have convinced me to finally start learning),
so I''m kinda fumbling in the dark here.
Thus far I''ve made two
2005 Sep 29
0
scriptaculous: Filed Bug #2339: XHTML comments can cause Firefox to throw an error on Sortable.create()
The Wiki page "TheWishList" indicates that bugs should be reported
into Trac and to this list.
The bug report is here:
http://dev.rubyonrails.org/ticket/2339
Description:
If there is an XHTML comment in a document at the same level as the
elements that are being activated by the Sortable, Firefox 1.0.6 will
throw this error:
Error: item.id has no properties
Source File:
2005 Aug 03
0
Scriptaculous: Sortable child index
Hi all,
I have an unordered-list, made Sortable using dragdrop.js. When the
onUpdate() event fires, is there a way to get the (new) index of the child
list-item that was just moved? Or would I have to compare the results of
serialize() before and after the move?
Thanks,
Best Regards,
Ed C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jul 25
5
dragdrop.js: drop from sortable
I have a Sortable that''s working like a charm, but now I would like to
be able to drop objects from that Sortable onto a Droppable that''s not
part of my Sortable.
I just did a small test page where it didn''t work, so my first question
has to be "is this supposed to work?", before I dig too deep into it.
"accept" for the droppable is set to the
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 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