The following is working, but I am looking for the pure prototypejs
equivelant. So, what would the equivilant code be for
var GymnastFind = Class.create();
Object.extend(Object.extend(GymnastFind.prototype,
GridBuild.prototype));
Object.extend(Object.extend(GymnastFind.prototype,
Ajax.Application.Base.prototype), {
HEAD: ['MSOID', 'USAG', 'Description', 'DOB'],
initialize: function(container, url) {
this.UserActive = false;
this.timer = null;
...... code cut here ......
});
In plain English:
Create a GymnastFind Class which inherits from GridBuild class and
implements the abstract class Ajax.Application.Base.
Thanks,
Karl..
--~--~---------~--~----~------------~-------~--~----~
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 [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-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---