Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:16:06 +0000 (17:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:16:06 +0000 (17:16 +0800)
Roo/form/BasicForm.js

index 8f1313b..f5b372d 100644 (file)
@@ -377,6 +377,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
      */
     getValues : function(asString){
         if (this.childForms) {
+            // copy values from the child froms
             Roo.each(this.childForms, function (f) {
                 if (f.allFields) {
                     Roo.each(f.allFields, function (e) {