search for: starteffect

Displaying 11 results from an estimated 11 matches for "starteffect".

2006 Aug 18
1
Possible to ''Reset'' sortable?
...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 return? I have been messing around with starteffect: and endeffect: but haven''t been able to produce anything reliable. Thanks, Leon
2006 Jun 13
3
Weird flicker effect in IE6 (sortables)
...ffect. :( ''sortable.create'' and general JS source: http://www.bloxpress.org/demo/wp-content/themes/bloxpress2/system/javascript/bloxpress/bp_builder.js Any ideas? I already had to remove the hoverclass and ghosting because it was only worse. :( PS: Is there a way to stop "starteffect" and "endeffect" from within sortable.create? Best regards, Kjell _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
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
2006 Mar 28
1
Simple question about sortables...
Hi, I''m new to the prototype and scriptaculous (v1.5.1) libraries. I''m creating a sortable list using the code below, and I''m finding that while a list element is being dragged in IE, the element text is transformed to appear bolder than the original. In Firefox, the text becomes opaque. Is there anyway to stop this from happening, ie don''t change any
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
2005 Jun 28
0
New beta of script.aculo.us
...ects namespace to Effect. (Effect2 is deprecated, but works too) * Added Element.setContentZoom() function * Added expanded Effect.Highlight ("Yellow Fade Technique") to have user-defined colors and autodetecting the background color * Sortable.create passes the zindex, starteffect, reverteffect and endeffect options to the underlying Draggables * Sortable.serialize now honors the only option on Sortable.create * New overridable options on Draggables: zindex, starteffect, reverteffect, endeffect * Fix a Gecko engine flicker on Sortables in dragdrop.js...
2006 Aug 25
5
Dragging between DIVs with Prototype/script.aculo.us
...;/div> Basically, my Draggables are inside a scrollable <div> element (the interface looks similar to iTunes or Outlook). My problem is that if I start to drag them, the "ghost" is also in this div, so I can''t drop it on a Droppable. I''ve tried messing with the starteffect and endeffect, temporarily moving the element from their containing <div> to document.body, but the main issue is that when I do this, I can''t restore the original state since I lose the Draggable''s position inside its scrollable <div> element. I figure somebody must...
2006 Apr 30
1
Draggable - how start action on start dragging and end action on droppping
Hi all. I have got situation that I made element draggable - and when element is dragged I want to start some action (e.g. shown AJAX indicator, and change one of CSS class in dragging element). What is the best way to achieve this? I search source code of the Draggable and I saw that there is 2 method: Draggable.initDrag and Draggable.endDrag so it looks like in initDrag method i should
2005 Sep 19
0
Sortables and not-Sortables
...nt to show a label next to the cursor instead with a more consise summary of what''s being dragged. It looks like I''ll be able to get around this by having the drag handle be the larger content item, but the draggable be a hidden div with my label info, that is shown during the startEffect step. Problem 2 remains for now: The first list (it happens to be a <UL>) is not sortable, but I want to drag to a sortable list. Setting up both lists as Sortables and setting constraints to prevent dragging from the first list to itself (blocking sorting/re-ordering) didn''t work...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...0, revert: false, @@ -250,57 +250,57 @@ var Draggable = Class.create({ snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] } delay: 0 }; - + if(!arguments[1] || Object.isUndefined(arguments[1].endeffect)) Object.extend(defaults, { starteffect: function(element) { element._opacity = Element.getOpacity(element); Draggable._dragging[element] = true; - new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7}); + new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server