Displaying 20 results from an estimated 900 matches similar to: "Simple question about sortables..."
2006 Mar 29
3
V1.6.0 is not stable in IE...
Hi, I tried using v1.6.0 of the scriptaculous libraries (including
latest prototype library) in one of my existing apps that uses the 1.5.1
version, and found that IE 6 was very unstable. Actions get slower and
slower over time until the page is basically unusable. This continues
until the browser window closes - a page refresh does not solve the
problem. I can''t provide the exact code
2006 Jun 13
3
Weird flicker effect in IE6 (sortables)
Hello everyone
I have made some strange expirience yesterday. I have an unordered list with
sortable list items (basic). Within these are various contents (forms, divs,
more lists) etc..
Now on only some of them the whole page (all text) begins to flicker /
redrawn in Internet Explorer 6 if i pick up a dragable and move it above its
original position (like moving it above the ghost of the
2006 Aug 18
1
Possible to ''Reset'' sortable?
Hi all,
I have a sortable list (tree) that interacts with various droppables.
[List 1]
[List 2]
[List 3]
[List 4] [Drop here 1]
[List 5] [Drop here 2]
Now, on dragging [List 2] and dropping it on [Drop here 2] a certain action
takes place. I then want [List 2] to return to its original location.
However, it returns to the list below [List 4].
So, any ideas how I can get it to
2005 Sep 19
0
Sortables and not-Sortables
I have some drag and drop to do that is just a little different from the
scriptaculous demos. My application has a shopping cart-like setup,
where the user needs to drag an item from the main content area to a
particular position in the cart. I don''t want to be able to sort items
in the content area. That is, the target is a Sortable list, but the
source is not.
Problem one was that
2007 Jan 22
1
2 ring delay before asterisk answer
I am a little green when it comes to all this but I am trying to connect
our PBX to an asterisk server using a TDM400 with 4 FXO modules. I am able
to dial an extension on my PBX handset and I get a dialtone from the PBX.
After 2 rings I then hear the asterisk server connect and I get a dialtone
from asterisk. I am then able to dial an extension on another asterisk
server.
My question is: How do
2005 Oct 14
6
Draggables onDragStart
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1027 bytes
Desc: image001.gif
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051014/b3c26edf/attachment.gif
2007 Jun 01
1
Trying to define exclude with an include list
I need to backup a set of machines that are very similar in nature. I had
created an exclude list to backup everything except whats in my list. I
then used the --exclude-from=myexcludefile so rsync would not copy unwanted
files. eg:
/tmp
/var/tmp
/var/lock
.... long list of others
/u1
I have 2 drives on each machine and up until now I have no need to be backing
up the 2nd drive. Thats what the
2011 Feb 14
1
rsync backup problems
I have FreeBSD 7.3 running rsync 3.0.7. I need to backup a remote server to a
local drive. This remote server has several filesystems types that dont require
backing up, like nfs. If I run the following command:
rsync --delete -azHv myremote:/ /machines/myremote/
It will copy ALL filesystems which is not what I want, so I assume I need to
do it on a per filesystem basis like:
rsync -x --delete
2010 Jan 06
1
Shutdowns occuring without power outage.
I am running an older version of nut (2.0.2) on a FreeBSD 4.11 machine. This
has been running fine for many months until the last few weeks. It seems that
several times a week the machine is shutting itself down. Looking at the log
files I notice these lines which lead me to think there is something wrong
with the serial communication betwen my host and the Ellipse 600 UPS.
Jan 5 04:49:02
2006 May 31
2
No communication with UPS
Hi all,
I have a MGE Ellipse 600 UPS connected to com1 on a PC running FreeBSD
4.11 with nut-2.0.2_1 installed. I have everything working and operational.
BUT.
on rare occasions I reboot my machine and when it comes up I get the
following error:
Network UPS Tools - UPS driver controller 2.0.2
Network UPS Tools - MGE UPS SYSTEMS/SHUT driver 0.64 (2.0.2)
No communication with UPS
Driver failed to
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want
it 100% opacity on drag.
Thanks.
______________________________________________________________________
Alex Duffield . Principal . InControl Solutions . http://
www.incontrolsolutions.com
_______________________________________________
Rails-spinoffs mailing list
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 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 Nov 03
0
sortables w/ hoverclass
Good hello.
I'm confused by the 'hoverclass' option that can be passed to Sortable.create
It works with Droppables.add but (for me) it doesn't seem to do
anything when used with Sortables. (afaik Sortable.create just calls
Droppables.add and passes the hoverclass option through- or at least
it's supposed to)
Not sure if it's broken in the current svn script.aculo.us but
2006 Jun 26
0
sortables and accept question
i did some searching through the archives and didn''t really find an
answer to my question, so i''m going to just ask it.
i have a situation where there are 3 sortable lists. list1, list2,
and list3 i need list2 to accept divs from all 3 lists, but list1 and
list3 to only accept divs from the list1 and list3 i''ve added two
classes to the divs in my sortables: .rail
2007 May 01
0
Small Scriptaculous Sortables Jitter
Hey all
I have a project that i''m working on where I''m making extensive use of
sortables.
I''ve noticed that when my sortable item height is approximately less than 30
pixels, when I try to reorder the sortable it jitters between 2 positions
and causes a nasty effect.
I expect it''s to do with the tolerance percentages and pixels- when you
start to get that
2005 Jul 21
3
Question about sortables
Hi,
I''m trying to use sortables to sort table rows and move them between
different tables (yes, it''s actual tabular data ;). However, either I
don''t know how to use the tag property of Sortable.create properly, or
it''s only working for li''s. Since it''s probably the first option,
could someone post an example of sorting tr tags and move them
2005 Jul 13
2
A small question about dragging effect on sortables
Hello,
I''m implementing sortables in Rails and I can''t seem to get the
lovely effect from the Sortable Floats Demo on Thomas'' wonderful site:
http://script.aculo.us/drag-and-drop#sortable-floats-demo
Simply put, I can''t get the effect whereby you''re dragging the image.
When I have a vertical or horizontal constraint on a list, the effect
2005 Oct 10
1
Sortables dropOnEmpty does not work inside tables
I would like to be able to move Sortables among table cells, including
empty ones. However, dropOnEmpty does not seem to work inside tables.
I can always emulate tables using CSS, but I was just wondering if
something in the javascripts is preventing this.
Thanks,
Shane
2005 Jul 26
1
unmovable items on sortables...
The "Sortable lists demo" is almost perfect for a project, but once
you drag all the items from the first list to the second, you cannot
drag back to the first. I need to be able to have several <ul>s that
can be dragged back and forth between, even when one is emptied.
Possible solutions?
1) create a <li> that is styled as a header, and is unmovable
2) modify the