Displaying 5 results from an estimated 5 matches for "npsfnn".
Did you mean:
npfns
2007 Feb 21
8
Element.addMethods() is not a function after upgrade to 1.7.0
After upgrading to prototype 1.5.0 and scriptaculous 1.7.0 my
autocompleter.local died... firebug reports that effects.js is to
blame calling Element.addMethods();
I can not find out why cause as far as I can see it does exist in
prototype.js.
Any pointers anyone :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2006 Oct 20
1
Event.observe vs. element.onxxx =
What are the pros and cons of using Event.observe vs. element.onxxx =
somefunction ?
I noticed that a lot of sau code doesn''t use Event.observe. For example,
InPlaceEditor uses
this.form.onsubmit = this.onSubmit.bind(this);
In my code I''ve made a habit of using the equivalent (for example):
this.onSubmitListener = this.onSubmit.bind(this);
2006 Sep 07
0
Prototype based wiki?
Does anyone know of a preferably free wiki solution that uses Prototype?
I want to start a website project based on a wiki and would love to have
some ajax functionality in it.
Thanks,
Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email
2006 Mar 13
0
Ajax.DoubleCombo
I made this a few weeks ago and haven''t had time to actually put it to
use, but made a demo/documentation page. It is somewhat based off of
the "Ajax in Action" book, but with a Prototype/Scriptaculous slant to
it. Please feel free to use it and let me know what you think of it.
Maybe it''ll make it into a new version of sau eventually. The only
feature I could
2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
I''m using something like an accordion, but the div containers have some
elements in them that use Effect.Highlight (i.e. InPlaceEditor and
Ajax.Checkbox, one of my SAU classes). If I click the element that
starts the Effect.SlideUp or some other similar effect, and then mouse
over an element starting an Effect.Highlight, the highlight cancels the
SlideUp. Or, if the Effect.Highlight