If i try to inheritance the class I found some, in my opinion, weird
question
On controls.js line 709 I could find:
$H(Ajax.InPlaceEditor.Listeners).each(function(pair) {
but in my opinion will be better/more correct If I could change to
$H(this.Listeners).each(function(pair) {
and the someone could inheritace IPE and change the Listeners array
don''t you think so?
On 19 nov, 16:56, Garito <gar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi!
> I''m trying to use the new IPE and I like to know the best way to
> change the Listeners array before the control is initialized
>
> Perhaps inheritance?
>
> Or there are a better way?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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 group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---