examples/form/dynamic.js
authorChris <chris@roojs.com>
Tue, 8 Oct 2013 09:32:30 +0000 (17:32 +0800)
committerChris <chris@roojs.com>
Tue, 8 Oct 2013 09:32:30 +0000 (17:32 +0800)
examples/form/dynamic.js

index d6b1149..9b1d3ab 100644 (file)
@@ -58,10 +58,15 @@ Roo.onReady(function(){
             vtype:'email',
             width:175
         }),
-         new Roo.form.DayPicker({
+        new Roo.form.DayPicker({
             fieldLabel: 'Pick a day',
             name: 'daypick',
             width:175
+        }),
+        new Roo.form.Signature({
+            fieldLabel: 'Signature',
+            name: 's',
+            width: 300
         })
     );