I need that cause with one External Control button, user opens three edit
boxes and if user hits enter or esc submits/cancels only that fields where
user worked at the moment.

Will try to extend that class. Thank you.

Respectfully,

Darius Tumas (a.k. Tokeiito)

mob.: +370 631 13666
www.tokeiito.eu


2008/9/17 bluezehn <[EMAIL PROTECTED]>

>
> 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 prototype-scriptaculous@googlegroups.com
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