![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: addEventListener / attachEvent inside a class
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Sat Dec 03 2005 - 01:28:15 CET
rhamlin wrote:
> [...]
What you are talking about is a prototype (object), not a class.
| viewClass.prototype.addBtn = function(txt,img) {
Do you really want to create this _global_ _variable_?
PointedEars
|