On 3/30/07, Lorderon <[EMAIL PROTECTED]> wrote: > > > Many times there's a need to call the parent method from the extended > class object. > This can be done easily by adding the $parent to be used inside > Object.extend() method.
You're touching sensitive ground here. There are many OOP implementations in JavaScript: 2 or 3 are for Prototype (you can find them in Trac), there are several on various sites and blogs, but the most notable (IMO) is Dean Edwards' Base. We're aiming to bring support for something like Base in Prototype 2.0. I believe that we will begin experimenting starting from version 1.6, but I still need to check with Sam for find out if his intentions have maybe changed in the past few months. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
