Displaying 20 results from an estimated 400 matches similar to: "[FEATURE] Effect.Accordion"
2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls
In the ever-loving spirit of OSS, here''s another feature for s.a.u.
In particular it''s called Effect.Accordion, and is a scriptaculified
version of openrico''s Accordion.
Work in progress, I''ll submit further modifications as the come in, but
this is 90% of what needs to be done. I anticipate some bugs when I
start using it more.
Tested
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at:
http://wiki.script.aculo.us/scriptaculous/show/accordion+feature
The objective is to remove the "jump" reported in the Rico accordion
feature. My demo of the scriptaculous feature, however has a noticeable jump
when tested if FireFox. and IE Win. See:
http://www.jimdavis.org/accord3.html
Have I implemented this incorrectly?
Jim
2006 Feb 21
7
accordion (outlook bar thingy) help
Does anybody have a solution that really works nice? I know about:
http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was
hoping someone had worked out the kinks. I''m really looking for something
like: http://openrico.org/rico/demos.page?demo=rico_accordion
Thanks for your time.
Joe
_______________________________________________
Rails-spinoffs mailing list
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody,
I was wondering if there is such a work done with Scriptaculous/Prototype
before and if not how to achieve it?
Example : http://www.anatolip.com/
It is done with codes borrowed from moofx and his own codes.
Thanks in advance
Danial
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Oct 16
1
blindup and blindup confusion
here''s a basic question.
i have an h2 element and i want onmouseover to show a div using
blinddown; i also expect onmouseout of the mentioned div (but not h2)
to have effect blindup to get rid of the div.
so i set up:
<h2 id = "show" class="show">Show div</h2>
<div id = "out" class = "out" style="display:none">some
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello,
I have a problem with the timing of effects. I do have a tag (with id:
post1). When the link is clicked, the block "post1" must BlindUp. Then the
block is updated with the new content and then the effect BlindDown is
executed.
Below is the source code of the link_to_remote I am using.
<%= link_to_remote("Ajax Edit",
:update =>
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the
only other browser I''ve used)
My scenario is as follows. I have 2 divs (initially hidden) and using
the BlindDown and BlindUp functions (possibly others) the divs flash
when starting to roll down in BlindDown (due to the Element.show call)
and also at the end of the BlindUp call (due to the Element.hide call)
2005 Nov 07
0
Firefox bug?
Just inquiring if this is a known Firefox bug or not:
I have a page using BlindUp and BlindDown to open and close sections of
content backed w/ an AJAX call. The sequence of events is this:
1. BlindUp one section
2. Ajax.Update to update a hidden section
3. onComplete callback does a BlindDown of hidden section
Lets say we have a moderate length page that requires a scrollbar to be
visible .
2005 Sep 17
0
scriptaculous effects
Hey there, I am new to this list and to Rails and Ajax in general. I
stumbled across the scriptaculous library and was hoping some one
could answer a couple of questions I have..
I am trying to combine effect.BlindUp and effect.BlindDown I am
obviously missing something.
I have 2 elements on my page. One is a "switch" and it has
onMouseOver="new
2005 Oct 11
2
Effect.BlindDown height clipping bug
There seems to be a bug with the queueing of the BlindDown effect.
I have built a test page that highlights the problem here.
http://dev.lunny.com/test/blindclipping.php
When using queueing with a BlindUP/BlindDown combination, the
BlindDown gets its height of the final state from the current height
of the element when the effect is called. This causes the finish
height of the blind down
2007 Jun 16
3
Help with effect queue.
I have an interesting challenge for you. I am using both Scriptaculous
and Prototype on a web site (not using Ruby) and I am trying to queue
effects and updates. Here is the situation - I have a page with
editable blocks, when the user clicks on the edit button under the
box, I want it to:
1) Use Ajax to go out and get the code to build the editor form.
2) When it has the form, use Effect.BlindUp
2006 Jun 23
2
Queue 3 or more RJS actions
My .rjs file
page.visual_effect :BlindUp, "people", :queue => ''front'' #first action
page.replace_html "people", :partial => ''person/person_compressed'',
:collection => @search_results , :queue => ''end'' #second action, after
first is done
page.visual_effect :BlindDown, "people" , :queue =>
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
I agree.
-----Original Message-----
From: rails-spinoffs-bounces@lists.rubyonrails.org
[mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of
Andrew Kaspick
Sent: Tuesday, July 12, 2005 9:40 AM
To: rails-spinoffs@lists.rubyonrails.org
Subject: Re: [Rails-spinoffs] Re: flashing divs in IE with use of
BlindUp andBlindDown
Can this "fix" proposed by Marc be integrated into
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
I''m trying to upload a file, display the upload progress and then
update a table with the newly uploaded file. Is there a way to
specify a :success handler for form_tag_with_upload_progress such that
I have access to the request.response data (in the way I can with
link_to_remote)?
The :finish JavaScript is being executed but because there is no
request object, the table
2009 Feb 20
0
[ANNOUNCE] compiz-0.8.0
A new compiz release 0.8.0 is now available from:
http://releases.compiz.org/core/compiz-0.8.0.tar.gz
which can be verified with:
http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1
52c30ac2ca0dfe2ba2d027d80ee6be038a844958 compiz-0.8.0.tar.gz
http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1.asc
(signed by )
Additionally, a git clone
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi
Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something
similar in a Rails app already? How well does it behave?
I''m asking this because I need a scrollable list but the number of
records in the table could be well above 5000. In the past I''ve used
similar "on-demand fetchings" in desktop apps and it was a real
blessing (the
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
I have some tables wrapped in divs, when you
click them, they are hidden and then some of the data
is added as a div into another div by way of
innerhtml. When you you click on these new divs that
are in the html, they should go away. This works fine
in Firefox but doesn''t work at all in IE. Does anyone
have any ideas? The weird thing is if I take the
source of the html after the
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
var height = someElementReference.offsetHeight;
and to set it:
someElementReference.style.height = "100";
It is worth saying that offsetHeight and offsetWidth are non-standard compliance. They will give you the total rendering height and this will cause problems in IE since they use a different box model than FireFox. So you will have to do some height juggling in IE if you are using
2006 Feb 22
2
''this.initialize'' is null or not an object
Hi, working on the accordion widget and it''s actually working nice (doesn''t
seem to be jumpy) now but I am receiving a javascript error in IE 6. Does
anybody have any ideas why it is happening? Thanks
<script language="javascript">
sbr_stretch(el) {
thisBodyId = el.parentNode.id + "_body";
thisBody = $(thisBodyId);
if
2005 Sep 20
5
scriptaculous setting options - Speed
How do you set the options for an effect, I have multiple effects on
a page, some are small boxes but others are larger, I want to be able
to set the speed of each effect individually.
so the question is how do I have 2 effect.BlindUp objects on one page
with different speeds?
Thanks.
______________________________________________________________________
Alex Duffield . Principal .