K
K Viltersten
It's perhaps something elementary. I tried
to do suff as follows.
document.getElementById ('Button1').on (
'click', funcion () {});
For some reason, the method isn't there. According
to FireBug i get this.
document.getElementById ('Button1').on
(gives nothing - no such method)
while
Ext.get ('Button1').on
(gives function ())
What do i miss?
to do suff as follows.
document.getElementById ('Button1').on (
'click', funcion () {});
For some reason, the method isn't there. According
to FireBug i get this.
document.getElementById ('Button1').on
(gives nothing - no such method)
while
Ext.get ('Button1').on
(gives function ())
What do i miss?