[Proto-Scripty] Re: I need to get what class is creating in initialize method

2012-01-10 Thread Victor
As part of scriptaculous' unit test: testAnonSubclass: function() { var C1 = Class.create({ method1: function() { return "C1"; } }), C2 = Class.create(C1, { method2: function() { return "C2"; },

[Proto-Scripty] Re: I need to get what class is creating in initialize method

2012-01-10 Thread Victor
this.constructor -- 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 https://groups.google.com/d/msg/prototype-scriptaculous/-/PyRvfGebg24J. To post to this group, send email to prototype-scri

[Proto-Scripty] Re: I need to get what class is creating in initialize method

2012-01-05 Thread buda
I also need in my class method to have an ability to create ansector class from the current How I could achieve the reference to the class within it mwthod? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, se