Roo/form/DateField.js
authorChris <chris@roojs.com>
Tue, 19 Mar 2013 10:40:17 +0000 (18:40 +0800)
committerChris <chris@roojs.com>
Tue, 19 Mar 2013 10:40:17 +0000 (18:40 +0800)
Roo/form/DateField.js

index f27c625..93b0d66 100644 (file)
@@ -151,6 +151,7 @@ Roo.extend(Roo.form.DateField, Roo.form.TriggerField,  {
         Roo.form.DateField.superclass.onRender.call(this, ct, position);
         if (this.useIso) {
             //this.el.dom.removeAttribute('name'); 
+            Roo.log("Changing name?");
             this.el.dom.setAttribute('name', this.name + '____hidden___' ); 
             this.hiddenField = this.el.insertSibling({ tag:'input', type:'hidden', name: this.name },
                     'before', true);