Displaying 20 results from an estimated 1000 matches similar to: "Scriptaculous + Sortable: onUpdate Not Firing"
2005 Aug 02
3
Scriptaculous: Sortable (dragdrop.js) onUpdate
Hi all,
 In the following code, it doesn''t look like the onUpdate() event is firing. 
Am I doing something wrong?
  <ul id="testSort">
<li id="item1">item 1</li>
<li id="item2">item 2</li>
<li id="item3">item 3</li>
<li id="item4">item 4</li>
<li id="item5">item
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 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 Feb 01
1
Sortable onUpdate problem
Hi,
I have two sortables with different options (but same tags. just
''li''). When I drag an item from sortable1 to sortable2 I want it to
gain the options that the sortable2 items have.
I''ve tried all day to understand how Draggables and their observers
are destroyed but I keep gettting buggy behavior. Part of the problem
is the draggable and the draggableObserver are
2008 Jun 05
0
Scriptaculous: Sortable not firing in IE7
I have a ul that is set to be Sortable. The id naming scheme for the
underlying elements is the proper format "{name}_{number}".
On FF 2 and IE 6, my onChange and onUpdate methods are fired. However
only on IE7 (7.0.5730.13 to be exact), after I move the list item and
mouse up the drop never seems to finish, the list items reverts. No
events: onChange or onUpdate are ever fired.
Has
2006 Jan 24
8
scriptaculous sortable
Hi,
maybe I am using this the wrong way but I have a list as follows
<ul id="secondlist">
   <li>bla bla</li>
   <li> bla bla </li>
</ul>
and then I add dynamically further <li> elements and create a Sortable 
but the onUpdate only fires for <li> items that have not been created 
via Javascript.
Any clues?
<script
2006 May 24
1
Sortable: Ajax not firing?
Using Rails to generate a sortable list, I get the draggable/sortable page
elements, but Ajax never fires back the post-sorted list. (I''ve checked with
IE & Firefox, the "save this order to the DB" controller hasn''t been
called.)
The View:
    <p>Drag to sort.<span id="sort_info"></span></p>
    <ul id="sort1">
  
2006 Mar 20
5
Sortabls onUpdate function
I have this code.
 
<script type="text/javascript">
Sortable.create(''orderable'', {onUpdate: doAlert});
                                     
            function doAlert() {
                        alert("Hello");
            }
</script>
 
 
But when I move an item it doesn''t fire the doAlert command, am I
missing something?
 
2008 Mar 20
2
onUpdate problem with div
I hav the following code:
<div id="puzzle">
           <div id="divImage" style="float:left; cursor: move;>test 1</
div>
           <div id="divImage" style="float:left; cursor: move;>test 2</
div>
           <div id="divImage" style="float:left; cursor: move;>test 3</
div>
           <div
2007 Jul 19
1
Storing order of sortable objects in RoR
I have two sortable lists that you can drag and drop to and from. Each
object in the lists have a position field in the object''s table. I
want to be able to update the position in the database automagically
once a user has sorted the list.
I can drag and drop just fine but I am not able to store the new
positions in the database.
I am trying to use Ajax.request in the onUpdate callback
2006 Apr 05
1
Nuby Sortable Question? How do you pass multiple lists back to the server
I have multiple drag and drop lists. If you sort within one list, you can
pass the list back to the server using:
<%= sortable_element ''task-list'' << person.id.to_s   ,
             :url => { :action => "noop", :id => @user },
            ...
        %>
Which causes this to be included in the javascript:
onUpdate:function(){new
2006 Mar 30
4
possible scriptaculous bug
I have two sortable lists, one after the other.  I can drag from the first
to the second but not from the second to the first.  The behavior is
consistent if n > 2.  For example, I can drag from 1 to 2, 3 or 4 from 2 to
3 or 4 and from 3 to 4, but not in the reverse order:  I can''t drag from the
4th list to anything (besides itself). From the third list I can drag only
to itself and 4.
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:
2007 May 09
0
Scriptaculous Sortables: dragging between sortables and reordering them by javascript?
Hello,
I wanted to drag elements from one sortable to another - not a
problem. the hard thing is that i want to call a JS function to
reorder the elements by certain criterias (ranking f.e.).
So the two involved sortables are firering two onUpdate event. When I
am changing the order of the LI-elements of the first Sortable (by
removing them and adding them again), the second onUpdate event will
2006 Jun 14
5
Sortable Tree - Stoping Event dispatch ?
Hi,
I''m trying to play with sortable tree and have two issues:
I have an AJAX Tree looking like:
<ul class=''TreeCat'' id=''work''>
  <li class=''open''>
    <img src=''s.gif'' class=''node'' onclick="Ajax.Tree.toggle(event,this);"/>
    <a
2007 Aug 29
0
sortable_element :onUpdate
First time poster - hope I''ve done sufficient homework to get more than an
rtfm:
In my view, I have a <ul> list wherein each list element is identified with
an id, thusly:
<ul id="todoHandle">
  <% for task in @tasks %>
      <li id="task_<%=task.id%>">
          <%= task.Description %>
      </li>
  <% end %>
2006 Jun 28
1
sortable lists, database update
Hi,
I have some images and I want to be able to drag them into the order I
want and have the database updated accordingly. I have an unordered
list elsewhere in the application that works well, but for the images
I cant get it working.
In my controller I have:
  def updateorder
    params[:images].each_with_index { |id,idx| ProductImage.update(id,
:display_order => idx) }
    render :text
2006 Mar 29
0
MaxConnections in IE and Ajax.Request/Sortable
Hi all,
IƤve built some functionality in a CMS where you can drag and drop
small elements on the page between 2+ panes/containers/divs. Whenever
a drag-drop event has occurred (onUpdate) I make a Ajax.Request to
save the new layout in the CMS.
The code is as follows:
in an onload-function:
var a = ["subcontent", "main"];
for (var i=0; id=a[i]; i++) {
    if ($(id)) {
       
2005 Aug 18
5
Sortable > how to know wich elementID was dropped ?
Maybe a newb question, maybe not.
It''s not well documented, and I want to know how to know the id of my
newly dropped item.
The usage, would be to attach the newly dropped id to its *new* parent in
a DB.
Thanks.
????????????????????????
http://www.samueldr.com
http://www.hostingquebec.ca
2005 Jul 08
3
Problem with script.aculo.us 1.0
I just upgraded to the new version and now my storable containers are
not working.  here is my code.
 
Sortable.create("leadstories",
     {handle:''handle'',tag:''div'',containment:''leadstories'',onUpdate:
function(element) { new save_order(issueId,Sortable.serialize(element));
}});
   Sortable.create("rightnav",