Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 12 Oct 2010 09:08:29 +0000 (17:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 12 Oct 2010 09:08:29 +0000 (17:08 +0800)
Roo/form/BasicForm.js

index f18a050..1c1fb31 100644 (file)
@@ -451,7 +451,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
         }
         
         var ret = {};
-        this.allItems.each(function(f){
+        this.items.each(function(f){
             if (!f.getName()) {
                 return;
             }