Displaying 8 results from an estimated 8 matches for "mollenhour".
2007 Feb 12
6
prototype.js and different browsers
Hi
I''m currently learning how AJAX is working and found prototype.js interesting.
But I have some issues that might be because of misusage:
http://brasilia.nersc.no/test/PyTest/AJAX.html
When I use this in Firefox2 it correctly fills the first select, using opera9
it is filled, but it just shows a list of "blank" options (no description),
and in IE6 it doesn''t get
2008 Jan 16
2
InPlaceEditor and Json in onComplete
Hi, after some search, i found this
Collin Mollenhour said:
While IPE is being patched, it''d be nice if the JSON evaluated
response was available in onComplete.
http://groups.google.fr/group/rubyonrails-spinoffs/browse_thread/thread/f6cfdfc9e535f2ef/f61d98f55f055e55?lnk=gst&q=inplaceeditor+json#f61d98f55f055e55
It''s in 2006, som...
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 Mar 13
0
Ajax.DoubleCombo
..."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 think of that it lacks is a callback option.
http://colin.mollenhour.com/doublecombo/index.html
Thanks,
Colin
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);
2007 Jan 11
2
In-place editor for a whole form?
I want to implement in-place editing for a hierarchical structure where
the nodes are not simple text fields, but need to be represented by at
least two input elements.
The Rails helpers only support in-place editing for a text field,
scriptaculous''s controls.js beyond that implements support for an
in-place editor containing a select element. I need an editor where I
essentially
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 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