examples/form/dynamic.js
authorChris <chris@roojs.com>
Thu, 21 Nov 2013 12:27:46 +0000 (20:27 +0800)
committerChris <chris@roojs.com>
Thu, 21 Nov 2013 12:27:46 +0000 (20:27 +0800)
examples/form/dynamic.js

index 03f40b9..74de429 100644 (file)
@@ -599,6 +599,12 @@ Roo.onReady(function(){
         new Roo.form.Signature({
             fieldLabel: 'Signature',
             name: 's',
+            listeners : {
+                confirm : function (combo)
+                {
+                    Roo.log('in confirm');
+                }
+            },
             width: 300
         })
     );