Displaying 16 results from an estimated 16 matches for "tench".
Did you mean:
teach
2005 Oct 01
8
Ajax.InPlaceEditor on Safari & Firefox
...ain on the same element
(after sumbitting it first) will duplicate the submit form. The next
attempt will triplicate it etc, etc...
Could somebody on a Mac please confirm this behavior? I''m always
worried that I am not doing something right before I submit a bug
report.
All best,
Tench
2005 Oct 20
4
cross-fade effect on elements updated by ajax.updater?
Hello.
I was wondering if anybody could point me in the right direction of
creating a cross-fade effect for Ajax.Updater. If you have an element
that gets replaced by a new one with Ajax.Updater, how can we blend
one into the other?
Many thanks.
Tench
2005 Jul 27
4
safari vs. firefox on mac os x: flickering combination effects
...is a documented problem. Combination effects
such as .BlindDown or .SlideDown exhibit a not so fun flicker at the
end of their rendering process in Firefox on Mac OS X. This does NOT
happen in Safari.
Does anybody know how to fix this or if it will get fixed in a next
release?
All best,
Tench
2005 Jul 12
2
highlighte
...page load,
but then the highlight fades away over a certain number of seconds...)
script.aculo.us obviously has the fade effect -- but i don''t see how
it could be applied to the element''s background-color only. or can
it? any hints would be greatly appreciated.
all best,
tench
2005 Oct 19
1
js not executed after ajax.updater -- evalScript:true not a solution
...seen the option evalScripts with Ajax stuff-- but it''s only made
for code between <script/> tags. I am wondering if there is a way to
make sure that the behavior/class-ruled stuff gets triggered in the
sections which have been updated by Ajax.Updater.
Many thanks in advance.
Tench
2005 Jul 12
11
how to cancel/stop a script.aculo.us effect
I apologise for what is probably a totally noob question here, but I''m at a
loss after pouring over the docs and the source code for prototype and
scriptaculous...
After you''ve started an effect, how do you access it to cancel or change it?
I had assumed it was something like this:
myEffect = new Effect.Appear(element, {duration:1.5});
myEffect.cancel();
... but that
2005 Jul 28
2
autocomplete: how to access a child element of <li>
...ul>
</div>
i thought i could do something like
el = Event.findElement(event, ''LI'');
href = el.firstChild.getAttribute(''href'');
but that''s not it...
if anybody can awake me from my dogmatic slumber, i will greatly
appreciate it...
all best,
tench
2005 Jul 28
2
CSS and autocompleter
...ng).
i looked at the dom, and surely, my css styled rules are listed
there, but also some absolute positioning that''s clearly coming from
the js code...
am i missing something totally obvious? i want to take back my
divs!!! please let me know if you have any suggestions.
all best,
tench
2006 Feb 27
1
InPlaceEditor on an empty div
...hould be used for InPlaceEditor. The user clicks
on a button "answer" and that activates the InPlaceEditor in the
appropriate div.
This doesn''t work, however. The div which should use InPlaceEditor
must contain some text. Is there a way around this?
Thank you in advance.
Tench
2005 Aug 06
1
why is the result of expr. Ajax.InPlaceEditor not an object in Safari
...s
question: why is the result of expression Ajax.InPlaceEditor not an
object in Safari? Namely, that is the error message when I try using
in-place editor in Safari...
also, i get a parse error pointing to:
this.options = Object.extend ({ //etc.
any tips would be appreciated...
all best,
tench
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload
progress bar implementation with Prototype. Can anyone point me in a good
direction for one?
I''m not using Rails, so I can''t use the upload_progress addon,
unfortunately.
Thanks for any info
Jim
_______________________________________________
Rails-spinoffs mailing list
2007 Jul 27
0
JSON instead of unordered list in Autocompleter
Hi
I was wondering if anybody knows of an extension to the Autocompleter
that would allow us to send a JSON object from the server rather than
an unordered list?
How hard would it be to implement something like that?
Cheers,
Tench
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this grou...
2006 Feb 09
0
form validation
...alidation scripts like Michael''s, where we can
write our own validation conditions, but where the script validation
is entirely class-driven and automatic. (ie. input has class
"numeric" and that''s all we need to enter in the form for it to be
validated).
Yours,
Tench
2005 Aug 09
1
Builder
is the brand new dom builder working for everybody? i''m not getting
any error messages when i try to use it, but it doesn''t seem to be
doing anything.
http://wiki.script.aculo.us/scriptaculous/show/Builder
http://dev.rubyonrails.org/file/spinoffs/scriptaculous/src/util.js
2005 Dec 16
3
''floating dialog'' class
Inspired partly by what others are posting here, and partly out of
necessity, I threw together a "floating dialog" widget class. It''s more or
less a rip-off of the dialog widget from the Dojo framework - I had a need
for something similar, but didn''t want to move outside of the
Prototype/Scriptaculous libraries.
When activated, the "dialog" floats in fixed
2005 Nov 20
3
rounded corners in rails apps ?
Hi all
I like very much rounded corners and often used thee well known nifty
Javascript approach for that, Recently I discovered Rico (
http://openrico.org), which does the same and is much simpler to use (don''t
require additional css files) and is based on prototype.js. This is all very
nice, but there is currently one problem, the latest Rico library seems to
require prototype 1.3.1,