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 <[EMAIL PROTECTED]> 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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---