I read this and this (thanks to Google) But this does not help. I would like to know if, right out of the box, without any plugins, it is possible to do something like a prototype, for example:
MyClass = Class.create(Table, { cookieName: 'w_myclass', prefix: 'myclass', ...blabla... // function initStr: function() { ...blabla... }, // another function getIndice: function(param) { ...blabla... return 0; } });
Any idea / suggestions are welcome.
user292916
source share