What do you mean by keyboard listeners? Do you mean observers to the
onkeyup action? Why would you want to do this?

As a side note it's much better to extend the inPlaceEditor than edit
the source code.

You can extend classes like this (if you didn't know already!):

Ajax.MyInPlaceEditor = Class.create(Ajax.InPlaceEditor, {
  additionalFunction: function()
  {
     /* do something */
  });

On Sep 17, 11:55 am, Tokeiito <[EMAIL PROTECTED]> wrote:
> Hello,
>
> is there a way to disable keyboard listeners in Ajax.InPlaceEditor? at the
> moment the only way i found is edit scriptaculous controls.js and add new
> option: DisableListeners({listeners to disable here});
>
> Respecfully,
>
> Darius Tumas (a.k. Tokeiito)
>
> mob.: +370 631 13666www.tokeiito.eu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to