Displaying 20 results from an estimated 22 matches for "movebi".
Did you mean:
moveby
2005 Sep 01
1
moveby with callback
I am using the effect moveby to move a div, I would like to be able to
set the value of a variable when the effect is finished
currently I have an options object that I am passing to the moveby
effect - with no joy, it does not work
I am sure that this is possible though I have not found it on the
documentation
code sample below:
var menu = $(''treeWrapper'');
2005 Nov 23
0
Browser inconsistencies when using Effect.MoveBy()
Hi all!
Brief intro: my name is Cam McVey and I'm a web developer in Glasgow, Scotland.
Now to the point of my first message. I'm trying to use
Effect.MoveBy() to horizontally scroll a table 'underneath' a div. The
idea is that the div is a 'viewer' -- a window that the table can be
seen through. The code below works great with Firefox but not in IE 6
where, after calling
2005 Sep 13
0
Effect.MoveBy: em''s possible?
hello
can somebody help me hackin the moveby effect so i can use em''s
instead of px?
any feedback very much appriciated.
thanx alot & have a nice time,
daniel :)
2005 Jun 27
1
stage left and right effects
Here are two effects (with a common base) that perform a stage
left/right effect. The effect is named after the Hanna Barbara
character Snagglepuss. :) It shakes the contents briefly and then
jets off (stage) to the left or right.
I used the Shake effect as a guide to this one. The StageBase accepts
the element and an "amount" to initially shake the element by. So in
2005 Aug 15
6
setting position for draggables?
Hi list,
how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it.
Thanks in advance!
Martin
_________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle
Freunde gleichzeitig schicken:
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
2007 Mar 13
3
Prototype question invalid error in IE6
Hi, I''m new to using Prototype and script.aculo.us. I''m trying to use
prototype to adjust an elements top margin based on the height of the
screen. I''m also using script.aculo.us to make the element move
negatively off the left of the window to create a scrolling effect. It
works fine in Firefox, but I keep getting an Invalid argument error in
IE6.
Here my margin code
2006 Mar 27
0
Effect problems
Hi,
I developed my website locally with uniserver and everything was working
well. I uploaded all my stuff to my production server and suddenly,
nothing is the same... It seems that the queues are now broken and that
my effects are running at the same time. What could cause this bug??
or what is wrong in my code?? I call the function on page load.
Also, in IE, there is a kind of flash
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
Hi all, this is a patch for 1.5_rc5
I noticed that I was not able to drag stuff out of scrolling divs. When I tried to drag it out, the draggable would remain in that div and the scrollbars would adapt to the bigger content of the div.
This patch extends draggable with an option :tofront. When it is set to true, the draggable will be moved to the document body while keeping its position on the
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ź:
2005 Sep 16
1
Drag and Drop effects without dragging and dropping?
Hi there,
This is very much a newbie question. I''ve been playing with the wiki.script.aculo.us
libraries drag & drop functionality (sortable list) for a few days and trying to figure
out how the scripts work, without a lot of luck.
I was wondering how the "move" of the option is achieved (the "flying" option effect, if
you will) and whether I can achieve the
2005 Sep 15
4
Scrolling Tables/Divs?
Is anyone working on a scrolling table or div such as the openrico
livegrid demo? I''m looking to develop (much like smashbox''s scrolling
images) a collection of thumbnails that you can scroll horizontally.
I''ve got a non-prototype.js example but I wanted to check to see if
anyone was closer than I to this.
BTW, I will be finishing up my slider code shortly and
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody,
For me the most interesting of Effects is to do a visual effect will
doing an ajax request
because the user didn''t think that he is waiting for something.
So, In a timeout function, I create an Effect and an AJAX call:
...
Effect.MoveBy( ... );
...
Then do an AJAX Call
...
setTimeout(function(){
getJsonRPC().callMyFunction();
},30);
2005 Dec 08
2
bounce effect
Hi,
I was wondering if anyone has seen (or completed) an effect to make
something ''bounce'' like icons do in the OS X dock when you launch
them? Something that looks like there''s a bit of gravitational
behavior to it?
Thanks,
Trevor
Trevor Squires
http://somethinglearned.com
2005 Oct 26
0
Revert Effects Option??
Hi All,
I''m trying to get rid of the appearance of flying objects on revert. I
was able to do this by setting the duration to 0 in the Draggable
constructor. I''m not at all excited about this solution. Is there
already some way to set the parameters of reverteffect in the options
that I''m not seeing??
> reverteffect: function(element, top_offset, left_offset) {
2005 Aug 30
0
content slide in out / simple toggle of content
Hi All,
I have been trying to get a toggle tab system working with protoype
effects. The best example of what I want is shauninman.com (the nav/search)
I intend to have a sidebar and an expandable horizontal tab both of
which can be toogled in and out of place.
for example the sidebar (which will contain a tree menu (like windows
explorer))
Mark Up
---
<div
2005 Jun 29
0
Pb : keep the coordinates after drag and drop
Hi,
I''m coding a shopping cart using your effects library.
There are 2 parts in my page. On the left the list of my products and on the right the shopping cart.
I can sort dynamically my products (by price, title, etc...) . I have a problem when I do a sort, and I want to drag a product. My system keep the initial position of each product. The products moves correctly after the
2006 Jul 22
17
Problem getting form_remote_tag to work with image upload
Hey guys,
I am trying to pass the parameters for the file being upload, but the
params[] are not being passed. Ive read through some posts and realize
this is an issue with RoR.
I read through some of the posts and someone suggested using:
http://svn.kylemaxwell.com/form_remote_upload/trunk/
I tried to install it, and although I thought I installed it correctly,
it doesn''t work.
2016 Jun 24
0
Wine release 1.9.13
The Wine development release 1.9.13 is now available.
What's new in this release (see below for details):
- New version of the Gecko engine based on Firefox 47.
- More Shader Model 5 support in Direct3D.
- Unicode data updated to Unicode 9.0.0.
- Improvements to GDI paths and metafiles.
- More progress towards the Direct3D command stream.
- Joystick support improvements on Mac OS
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications.
I know this has been mentioned before and is on the Wish List, but it''s very frustrating.
If you look at this other Javascript library called "Drag''nDrop & DHTML Library"