similar to: Hello. About the dragable list in script.aculo.us

Displaying 20 results from an estimated 2000 matches similar to: "Hello. About the dragable list in script.aculo.us"

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
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
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
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
2005 Dec 02
0
script.aculo.us effects
hello everyone. I have been implementing script.aculo.us effects into my new site design. I really like the scrolling effect for transferring to my h2. But I was looking at the effects and I thought of an idea that would be very cool. If a user clicks on one of the links, it would direct them to the h2. But it would be really cool if the user clicks on the link, it directs them, then the whole
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
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
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 - Value C = 1, Sum = 8 - Value A = 3, Sum = 3 - Value B = 4,
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 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
2005 Oct 05
0
script.aculo.us and jspkg
Hey guys, I''m the author of the recently-released Javascript package loader, jspkg, that was just released to Sourceforge. I''m trying to judge interest in using this library loader for various unobtrusive Javascript libraries like script.aculo.us. jspkg requires very minimal changes to the included source files and most libaries won''t require any code to be
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 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
2005 Oct 09
0
script.aculo.us V1.5, second release candidate
Read more on it here: http://mir.aculo.us/articles/2005/10/09/script-aculo-us-v1-5_rc3- second-release-candidate Note that it''s rc3 that follows rc1, because rc2 was the version used for the initial Rails import of script.aculo.us V1.5_rc. Thanks to all the contributors, bug reporters and testers! Thomas
2006 Dec 18
0
How make like this by usung aculo.us?
Hi, all! Look here http://www.artlebedev.ru/tools/technogrette/etc/admin/ (the bottom example) Can I do somethinhg like this using prototype and script.aculo.us? I think we need to: 1. get X and Y position of the Draggable 2 set revert = true or false by calculating positiong of the nearest Droppable 3 If Draggable is accepted by Droppable - set snap:[xd,yd], where xd and yd - Droppable
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter" to my harddisc inclusive all .js and .css. Then I changed "new Ajax.Autocompleter(''contact_name'', ''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})" to "new Ajax.Autocompleter(''contact_name'',
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable layout widgets. Is such a thing using script.aculo.us already available? (Would hate to re-invent it.) Also, has anyone had success with nested draggables? For example, rearranging <div>s within an already draggable <div>? --~--~---------~--~----~------------~-------~--~----~ You received this message because
2006 Jun 29
1
script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject. I''m trying to implement an autocompleter input text (in asp, for the moment) using the script.aculo.us / prototype library. In IE (internetExplorer) it works fine. But in FF (fireFox) it keeps asking for my user/password on every atempt to reach the server from the AJAX call. The site is configures with integrated security and
2006 Apr 03
0
Using "in_place_editor_options" for script.aculo.us options?
I was just learning about the "in_place_editor_field" tag when reading thru RAILs Recipes. What is "in_place_editor_options" for???? I was hoping after reading the script.aculo.us documentation that I could do something like this. <%= in_place_editor_field :contact, column.name, {:tag => ''div''}, { :cancelText => ''Never
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