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

index fdc4788..19b1ef4 100644 (file)
@@ -46,7 +46,13 @@ Roo.onReady(function(){
                 triggerAction: 'all',
                 emptyText:'Select a state...',
                 selectOnFocus:true,
-                width:190
+                width:190,
+                listeners : {
+                    changed: function() {
+                        Roo.log("changed to " + this.getValue());
+                        
+                    }
+                }
           }