Displaying 20 results from an estimated 8000 matches similar to: "[scriptaculous] Snap with marginal steps (%)"
2006 Feb 15
3
UserEngine testing
Hi Everybody,
I''m playing around with the engines created by James Adam and I bumped
into the following.
I would like the rake bootstrap command to use the testing database and
I just know there''s
an easy way to do so.
I could have just copied the dev db''s to the test db''s but I think I''m
missing something fundamental here.
Hints are very welcome.
2010 May 03
0
Scriptaculous, snap draggable to droppable or revert
Hello community,
I am a fairly new RoR programmer and I need some help with Scriptaculous
Drag and Drop:
So I have
<%= draggable_element(@div_id, :revert => "failure", :snap => 5) -%>
and a droppable:
<%= drop_receiving_element(@team_div_id, :with => "''player='' +
(element.id)+ ''&position='' + #{draft_position}"
2007 May 01
0
Small Scriptaculous Sortables Jitter
Hey all
I have a project that i''m working on where I''m making extensive use of
sortables.
I''ve noticed that when my sortable item height is approximately less than 30
pixels, when I try to reorder the sortable it jitters between 2 positions
and causes a nasty effect.
I expect it''s to do with the tolerance percentages and pixels- when you
start to get that
2007 Mar 08
0
Scriptaculous: Move not as smooth as other effects?
I''ve been experimenting with the scriptaculous library for a while
now, trying to figure out how to stretch the DHTML/AJAX idea to its
limits :) It works quite well, and sometimes even great. Cool stuff!
One thing has me puzzled, though. Why is it that certain effects do
not perform the same all the time? Many of the other Effects are
pretty smooth all the time, like Grow/Shrink or
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 Jul 17
1
:create paramaters don''t get through (scoped_acces plugin)
Hi all,
I''m wrestling with the scoped acces plugin to generate object access
controll, but the :create params don''t seem to get through. :find works
great. This is the code
around_filter ScopedAccess::Filter.new(Service, :service_filter)
layout "settings"
protected
def service_filter
{
:find => {:conditions => ["business_id =
2006 Jan 13
2
newbie: access model inside a model
Hi everybody,
I''ve started to learn Ruby on Rails with the two books, of course I''m
experimenting outside
the examples in the book and walking against some things I didn''t learn
yet. so here''s the question:
Is it possible to access one model from within another? Actually I have
a Many to Many relationship
between tables and I''m trying to realize
2006 Jan 25
14
Salted Hash Login Generator
Does this work with rails 1.0 ? I saw that people said it failed with rails 14.1, which
practically identical.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060125/5da24694/attachment.html
2005 Dec 25
2
scriptaculous-js-1.5.0
I''m not a JavaScript guy, so please help me out.
It''s my understanding that Rails 1.0 includes scriptaculous-js-1.5.0
But it seems to contain portions of, but not the complete library.
Rails 1.0 includes 4 .js files, scriptaculous-js-1.5.0 includes 8.
What am I missing?
> tmornini$ rails --version
> Rails 1.0.0
>
> tmornini$ rails test | grep
2006 Jun 07
3
Including scriptaculous.js causes page to "hang"
When I say hang, I mean the browsers spinner keeps spinning and
Firefox''s info bar at the bottom says "Transfering data from ...... "
I''m just including the js like this:
<script src="/js/prototype.js" type="text/javascript"></script>
<script src="/js/scriptaculous.js" type="text/javascript"></script>
2006 Jan 10
2
DWR Vs Prototype/Scriptaculous
Hello Everyone,
Does anyone have any insight into the DWR library (http://getahead.ltd.uk/dwr/index)?
I want to know the pros/cons of using DWR Vs Prototype/Scriptaculous libraries.
I am a great fan of the prototype/scriptaculous combination and have been working with them for the
last 3-4 months but for some reasons I have been asked to look into DWR.
Due to it''s tight integration
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 Jun 21
0
MochiKit breaks Prototype/Scriptaculous on IE 6
Hello folks,
I have a situation where I''m using both MochiKit and
Prototype/Scriptaculous on the same page.
Everything works well in Firefox however MochiKit appears to be breaking
my Scriptaculous autocomplete in IE 6.
I''m currently loading the JavaScript libraries in the following order:
prototype.js
scriptaculous.js">
<script
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-----
>
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:
2006 Jun 18
0
Very cool scriptaculous table drag and drop stopped working on new version
Using older versions of prototype.js (1.4.0_rc2) and scriptaculous
(1.5._rc4), I had a master table containg other tables (sections), each
of which had rows. Using tbody''s as containers, I could drag the
section tables up and down over the other section tables AND drag the
rows in a section table up and down within that table or into the rows
of the other section tables, all very
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
2005 Sep 16
1
Site Launch w/ Scriptaculous
Hey all,
We (http://www.weblinc.com) just launched a new site in which I have used
the scriptaculous library in a few places.
check out http://www.smashbox.com
scriptaculous was used in creating the zoom controls on the product detail
pages, and was also used with the sliding paginator on the product browse
pages (some serious reworking is in progress on that, but it works). its
also being
2006 Feb 17
1
Scriptaculous XSLT-sheet available for download
Hiya!
Being very impressed and pleased with scriptaculous I decided to add
several features of it into a Web Publishing System I’m building.
This WPS (as I fondly call it) makes extensive use of XML/XSLt
translations.
To offer some nice visual effects to customers I made a XSL-stylesheet
which allows my customers to access these effects by enclosing some
content into scriptaculous-tags.
I decided
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