Displaying 20 results from an estimated 24 matches for "dragable".
Did you mean:
draggable
2007 Dec 03
0
scrollbars and dragable
Hello,
I am new at script.aculo.us and it seem''s to be a very poverfull
animation framework.
I need to move a div around on the screen with javascript. So far I
see the solution with script.aculo.us is to use a dragable object.
Now I have a problem. My div contains scrollbars with css: overflow:
auto. When I use the IE6 the scrollbar hangs often :-)
My div looks like this:
<div style="visibility: visible;height:190px; widht:695px;"
id="skaldiv" >
<div id="historybar" on...
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
Rails-spinoffs-1...
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 bef...
2006 May 14
1
Dragable element
Hey all
Im having a problem... Ok, this is the situation...
I have a small product image, on which ive floated a div over it, and
defined it as draggable. Now, this works, and i can drag it around no
problem. great. but then, what i want to do is, based on the location of
that dragable element from the top and the left, to move (using the
Effect.MoveBy method) a larger image - so effective its a detail viewer.
But, ive come into problems. I can get the logic to work out exactly
where the box is, but when i go to movve it, it works perfectly on the
first go, but on subsequent...
2005 Sep 18
0
Sortable Dropable, Dragable
I''m trying to create an application where you pick from a list of items
to add to an album. Once in the album they can be sorted or removed.
I''ve run into nothing but bugs trying to get this to work.
I currently have each item draggable in the list. Once it is dragged
onto the album rails takes over and adds the id to an array and renders
the album partial. All of the items
2005 Jul 26
0
Dragables "handle" update
Hello,
Either we need to fix the documentation for draggables:
handle (none) Sets whether the element should only be draggable
by an embedded handle. The value is a string referencing a CSS class.
The first child/grandchild/etc. element found within the element that
has this CSS class will be used as the handle.
Or update the code:
this.handle = options.handle ?
2006 Feb 16
4
cancelling droppable if draggable dropped on different droppable
...droppable) both dcroppables receive the event.
How can I ensure that the droppable with the greatest zindex receives
the drop first and then how can I ensure that the event is not passed to
the droppable below?
Or alternatively how can I ensure that a droppable is only activated if my dragable is dropped out side of my image manager window?
Many thanks
Rob
--
e: rob-05GizLXov0i9FHfhHBbuYA@public.gmane.org
w: www.pollen-8.co.uk
t uk: 0871 218 0278
t fr: 00 33 (0) 5 46 34 31 20
skype: rob_clayburn
2006 Feb 10
2
Sortable + Draggable : doesn''t follow the mouse horizontally
When a ''draggable'' element is made ''sortable'', it no longer follows the
mouse horizontally when you drag it.
Is there a solution/workaround?
TIA
Alain
2006 Apr 05
4
problem with drag and drop
Hello, I''m creating an application wich can be seen at
http://158.227.7.9/serious_serv/prueba_xml_test(31-3)/interfElemen/integMenuContextFileUpl.htm
The instructions for working with it are the following: with rigth-click you
can click "Añadir una imagen" to load an image into the page, then you can
drag and drop it in the box with "aqui van las imagenes" into it.
2005 Nov 22
1
reverteffect - how to deal with this?
Hello everyone.
Does anyone know how to deal with this? i try to change the idea of works revereffect:function but for know unsuccesfull. In my project i have to use dragable with revert: true but i don''t want have revereffect. Maybe any idea?
Grzegorz Ślusarek
----------------------------------------------------
HARRY POTTER I CZARA OGNIA - PREMIERA KINOWA 25 LISTOPADA:
Wejdź: wwW.harrypottericzaraognia.pl aby dowiedzieć się więcej!
http://klik.wp.pl/?adr=ht...
2011 Sep 23
1
Need hint. Refresh sortable-list after draging element
Hello,
i implemented a dragable list semilar to railcast 147<http://railscasts.com/episodes/147-sortable-lists> and
it works fine.
Each item of my list has a value wich is accumulated ... like this
- Value A = 3, Sum = 3
- Value B = 4, Sum = 7
- Value C = 1, Sum = 8
When i drag Item C on item A i get this
-...
2006 Feb 07
16
Notify JS updates, oh my
Hey all,
I just wanted to let you guys know that I updated my notify script.
I still need to package it for easy download (next on my task list)
but it does what I need it to do. Any thoughts, comments?
http://thinkof.net/notify/index.html
Also thanks to those of you who helped previously.
-Greg
2005 Aug 24
4
scriptaculous: Draggable and table rows
I''m trying to add drag/drop for moving rows between two tables, and not
having much luck... I can get images to be drag-able OK so I know all
the script files are in the right place ;-) But no joy with table rows.
Is this a Draggable and/or Javascript/HTML limitation?
Here''s what I''m trying:
<html>
<head>
<script type="text/javascript"
2005 Sep 25
14
script.aculo.us 1.5 release candidate 1
So, the first script.aculo.us 1.5 release candidate is out!
Important changes and fixes from 1.5_pre4 (for a detailed list, see
the CHANGELOG file):
* Droppables w/greedy and hoverclass are now reverted when dragged
item is no longer over them, fixes #2184
* Let Effect.Highlight correctly parse IE colors, add
String.prototype.parseColor() for this, fixes #2037
* Make scriptaculous.js work
2006 Jan 25
8
RE: Make all LI items draggable
...qR/iCwEArCW2h5@public.gmane.org] On Behalf Of
dev-bTJQVtzvk6sqDJ6do+/SaQ@public.gmane.org
Sent: Wednesday, January 25, 2006 1:07 PM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails-spinoffs] Make all LI items draggable
I have a list and want to make each LI item dragable, do i have to make
a
"new Draggable" for every one of them, or can i just say make it all
draggable.
Thanks
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/li...
2006 Feb 01
2
IE memory fix leak.
By default the prototype.js gives us the function
/* prevent memory leaks in IE */
Event.observe(window, ''unload'', Event.unloadCache, false);
But there is no unload event in out application as the content of the div
keeps changing using the Ajax.Updater function. To handle such a scenario,
we''ve added the following lines of code to prototype.js
/* prevent
2006 Mar 20
0
sortable_element behavior change from 0.13
...brary, now I just click on the element
(which selects it) move my mouse pointer to the desired position
(without having to hold the mouse button) and then click the mouse
button again to place the element in that position.
The problem with the update is that I have a bunch of links within this
dragable section, so when I go to click a link, the dragdrop library
thinks that I want to reorder the element so it selects it for
repositioning.
I want to return the drag logic to the old "click-and-hold" logic of the
previous version, but I can''t find the appropriate options to do...
2006 Jun 21
0
Feature Request: Drag and Drop support in scale plugin
...n my window list applet, it comes up
and into focus, and I can drop. With compiz, I have to reposition my windows
to allow me to drag from one point to another and drop.
It shouldn't be too difficult to implement either, I don't think. pick up
something, like a file, or some text, anything dragable, activate scale with
a keybind or with the hotcorner (preferably hotcorner), drag your item,
hover over a window for a few seconds (about the same length of time as
window list applet maybe?). Everything will unscale, and the window at the
top that has focus will be the one that you just hovered yo...
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
Hi All
I have a series of images that I''m showing in a table inside a <div>
with overflow:auto on. Each of the images is a dragable. In firefox this
works as expected (if the image list is longer than the div scroll bars
appear to scroll the div and scrolling works). However in IE the images
are shown outside the containing div and the scroll bar does nothing
I think this is because the images have position=relative style a...
2006 Mar 31
0
Snapping and constraining?
How would I make a dragable box snap every 100 pixels horizontally and every
25 pixels vertically, and be constrained to a box that is 800 pixels wide by
500 pixels tall?
And then how can I retrieve the position of this box when it is released.
Thanks
Brian
_______________________________________________
Rails-spinoffs ma...