This doesn't work for me:
this one works just fine:
Source:
http://www.extjses.com/mensaje7282.html
listeners:{
keypress: function(field, e){
alert("kp");
}
this one works just fine:
listeners:{
'render': function(c) {
c.getEl().on('
keypress
', function() {
alert(
"kp"
);
}, c);
}
}
Source:
http://www.extjses.com/mensaje7282.html
No comments:
Post a Comment