[Proto-Scripty] Re: Is it posible multiple Inheritance?

2011-10-19 Thread Andrew Dupont
Sadly, no. You can mixin any number of objects (like Enumerable), but only one class. On Oct 13, 11:05 am, buda www...@pochta.ru wrote: I need to create class which is inhereted from enumerable module, sortable class and observable class Is it possible in one operation call? -- You received

[Proto-Scripty] Re: Stopping events using Prototype 1.6.1 in IE9 / how compatible is Prototype 1.7 with 1.6.1?

2011-10-19 Thread Andrew Dupont
IE 9 makes major changes to the event system. We had to rewrite the event code in 1.7 to support it. You can either (a) upgrade to 1.7; (b) force your site into compatibility mode [1]. I highly recommend option A. If it's not a seamless upgrade, option B is there as a last resort. Cheers, Andrew

[Proto-Scripty] Re: Is it posible multiple Inheritance?

2011-10-19 Thread buda
Hi Andrew! is it possible to realize extending of the class by in a way that at the end of this process would be called the initialization method of extension? So I would be extend any class with such extensions with no need to create intermediate classes. Often in such extension I need to add

[Proto-Scripty] An idea from jQuery which might be borrowed to Prototype

2011-10-19 Thread buda
Hi! Working on porting Microsoft DataLink plugin to Prototype i began learn jQuery and found one interesting thing; instead of workin whith JS objects in the way of Object.method(obj) they use wrap this object in so called jQuery object which already has all needed method and propeties to work

[Proto-Scripty] Re: strange problem with detect method and cloning data

2011-10-19 Thread buda
T.J. here is the example of using instange private vaiables store in use - http://jsfiddle.net/QW8vM/13/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] Re: strange problem with detect method and cloning data

2011-10-19 Thread buda
T.J. here is the example of using instange private vaiables store in use - http://jsfiddle.net/QW8vM/16/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] Re: An idea from jQuery which might be borrowed to Prototype

2011-10-19 Thread buda
So, I need the idea to have an ability to any object use the storage var a = { name: 'John', last: 'Pupkin' } add to 'a' an 'id' field - corrupt 'a' as object so I need a way to identify a to have an ability to use the storage Any idea? -- You received this message because you are

[Proto-Scripty] Re: strange problem with detect method and cloning data

2011-10-19 Thread buda
T.J. here is the example of using instange private vaiables store in use - http://jsfiddle.net/QW8vM/17/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] Re: strange problem with detect method and cloning data

2011-10-19 Thread buda
T.J. here is the example of using instance private vaiables store in use - http://jsfiddle.net/QW8vM/17/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit