examples/form/combocheck.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 06:39:24 +0000 (14:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 06:39:24 +0000 (14:39 +0800)
examples/form/combocheck.js

index 19b1ef4..4b7c05c 100644 (file)
@@ -48,7 +48,7 @@ Roo.onReady(function(){
                 selectOnFocus:true,
                 width:190,
                 listeners : {
-                    changed: function() {
+                    change: function() {
                         Roo.log("changed to " + this.getValue());
                         
                     }