Displaying 20 results from an estimated 11000 matches similar to: "Scriptaculous starting with div collapsed"
2007 Sep 02
1
Scriptaculous - Sortables problem within a scrollable div
Hello everyone:
I''ve been using scriptaculous for very long time and it''s really good.
However, I just came across another problem about using sortables in a
scrollable div.
The basic structure is:
<div style="overflow:auto; height=400px">
<div id=''Item1''></div>
<div id=''Item2''></div>
....
2007 Jul 23
3
Scriptaculous blind animation jerky when DIV contains a lot of content
Hi
I have set up the following example to illustrates the problem I am
having with scriptaculous.
http://www.webmaint.com/scriptaculous_demo.html
You will notice the animation is very jerky and looks awful in
Firefox, and it just about passable in Internet Explorer
I presume this is because of the way the browser renders the data in
the select boxes.
Is there any work around that could create a
2006 Nov 27
7
3 prototype/scriptaculous effects in order on one <div>
What I am trying to do is fade out the content in a certain <div> load
new content while its black then fade in the new content but im lost.
I need it to go like this...
Effect.Fade,Ajax.Update,Effect.Appear
but everytime I try to do it it just trys to do all of them at once,
how do I go about making the effects wait on the previous one before it
starts?
2006 Sep 07
3
Using "scriptaculous.js?load=effects" on FF
Hi All,
For somewhat when I use <script src="scriptaculous.js?load=effects> the
effects.js is never get downloaded on FF. So, I can''t use any effect
at all. Anyone has the same problem? Please help!
Thanks,
Palawan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Mar 09
1
Event delegation library that interacts with Scriptaculous
Hey Guys,
Wanted to let you know about an event delegation library that
interacts with Scriptaculous that we''ve used to make interactive UI
elements with really clean code. We used it with Scriptaculous to
create the scrolling widgets on the homepage of http://javascriptmvc.com/.
It''s called Controller and it is an event delegation library that
helps logically organize your
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2006 Oct 29
1
scriptaculous: fade out then in.
I''m pretty new to javascript, and scriptaculous, but I know what I want
to do.
I want to make it so that when a person clicks a link, the previous
content of the div fades out, and the new content fades in.
This is what I''ve got for my function:
<script type="text/javascript">
//<![CDATA[
function loadmerch(im)
{
new
2006 Apr 17
2
RE: document.getElementsByClassName (prototype) andElement.childrenWithClassName (scriptaculous) redundancy?
Isn''t the difference that the scriptaculous one only gets child nodes
from the node you specify, whereas the prototype one gets all in the
entire document?
Still, it would be nice to just have the one, and let you pass in the
document element if you wanted all of them.
Just guessing, really. I haven''t looked at the code in question.
Greg
> -----Original Message-----
>
2008 Jul 11
1
Scriptaculous: how to keep element space?
Hello everybody,
I hope I am at the right place here with my question, otherweise
please accept my apologies.
I searched a lot for my question and did not find an answer, so I
would be very happy if you could help me out maybe.
I am using Effect.Fade for on element. Everythings works fine, but
when the element is faded out, its space it no longer used and
therefore other elements move and
2006 Jan 24
1
Scriptaculous and Photo Flipper a la TagWorld?
I saw a Flash-based photo-flipper on TagWorld (
http://www.tagworld.com/thepostalservice) and thought it would be nice to do
something similar in Scripaculous. Anyone interested in taking a shot at it?
Since rotation isn''t supported in CSS, what I would imagine would be a
z-ordered "stack" of DIVs, possibly of slightly different sizes or just
x/y-offset a bit from each other.
2006 Nov 16
3
Scriptaculous 1.6.5 Checkbox problems
I''d report this on the rails trac site but it won''t let me open a new
ticket. I figured this was important enough to bring this up now.
I replaced the prototype version in Scriptaculous 1.6.4 with the
version in 1.6.5 in a rails site I''m working on. I noticed though that
even though I was clicking the checkbox to confirm the acceptance of a
terms of service that I kept
2008 Apr 24
4
Scriptaculous Help (page exit effects)
I was wondering if it was possible in Prototype/Scriptaculous to run
an effect when a link is clicked, then go to that page, or if it was
possible to have an effect run when the page unloads.
I have tried <body onunload="new Effect.Fade("whatever");> and some
prototype page exit events, could get a alert("") function to work,
but not the effects. Any ideas?
2007 Aug 21
2
in place editor with scriptaculous
I have an issue with line break handling.
When I display contents of a textarea, I use nl2br to show linebreaks
that the user has made. The problem comes the second time they make an
edit, since the <br> code still appears in the inPlaceEdit box...
which will no doubt confuse my users...
Any way around this?
--~--~---------~--~----~------------~-------~--~----~
You received this message
2007 May 02
1
Scriptaculous Effect onfinish property???
Is there some "onfinish" property I can set for an effect so I can
perform a custom function (not neccessarily another effect, so this
leaves out Effect.Queues)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2007 Dec 11
0
Rails 2 doesn't include builder.js, scriptaculous.js, slider.js, and sound.js. Should I add them?
I''m upgrading the Scriptaculous files in my Rails 2 project to version
1.8.
Rails 2 doesn''t produce builder.js, scriptaculous.js, slider.js, and
sound.js in the Javascript folder by default, and the files it
produces (controls.js, dragdrop.js, effects.js) don''t have a version
number in them.
If I''m replacing the default files with the Scriptaculous 1.8
2006 Apr 17
1
document.getElementsByClassName (prototype) and Element.childrenWithClassName (scriptaculous) redundancy?
Is there a reason scriptaculous provides what appears to be a redundant
function? The reason I''m asking is that it only seems to be used twice
throughout all of scriptaculous, and it doesn''t appear to work properly (for
some reason it''s returning the actual element, rather than an array with all
of the elements)
If there is no reason, I''ll modify it to use
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last
prototype?
I you make an Effect.Pulsate, the element stays hidden after the effect
finish if the element don''t have opacity stablished. This is for the changes
on the setStyle method on prototype.
The original code is:
2008 Feb 05
0
scriptaculous drag and drop question
I have been using the scriptaculous library to build a drag and drop
feature for the application I am working on. I wanted to add
additional features and I was wondering how I would go about it using
scriptaculous library I have been searching around the web and I have
not found anything helpful.
I wanted to add a drag proxy so that when user drags on a div I wanted
the build the a new div with a
2007 Feb 12
0
Scriptaculous - extending draggable via sortable
Hello,
I have created a Yahoo style Drag and Drop using Scriptaculous Drag
and Drop. I have hooked my custom functions to the Drag and Drop using
the following code:
new Draggable(element, {revert:true, ghosting:true, handle: handle,
onStart: CollectionDragDrop.dragStart, onEnd:
CollectionDragDrop.dragEnd,
onDrag: CollectionDragDrop.dragMove,
reverteffect:
2007 Mar 12
0
Looking for lead front-end developer with experience in Prototype and Scriptaculous
Hello All,
We are a fun, innovative software company just outside of Boston
looking for a bright, passionate font-end web developer (either full
time or contractor) to join our team and lead the User Interface
development for our flag ship product, CommonSpot Content Server.
We''re in the midst of redesigning and building a new, interactive AJAX
based interface for our next major release