| Author |
Javascript inheritance issue.
|
Justin Fox
Ranch Hand
Joined: Jan 24, 2006
Posts: 802
|
|
Ok, I have the following code:
If I return this._id or this._classid in the function tostring(), 'sam' and 'sam's class' get alerted successfully. However, for some reason, this._icontrol is always 'undefined'. I'm not sure what I'm doing wrong. Or maybe what I'm trying to do isn't possible? Just trying to super a DOM element to a parent 'class'.
Thanks,
Justin
|
You down with OOP? Yeah you know me!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
check this article out: http://www.kevlindev.com/tutorials/javascript/inheritance/inheritance10.htm
Eric
|
 |
Justin Fox
Ranch Hand
Joined: Jan 24, 2006
Posts: 802
|
|
Thanks for the link, it really helped me out!
Justin
|
 |
 |
|
|
subject: Javascript inheritance issue.
|
|
|