examples/form/dynamic.js
[roojs1] / 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
         })
     );