examples/bootstrap/Editor.html
authorEdward <edward@roojs.com>
Fri, 13 Feb 2015 09:24:32 +0000 (17:24 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Feb 2015 09:24:32 +0000 (17:24 +0800)
examples/bootstrap/Editor.html

index 3d9108f..074041e 100644 (file)
                         var f = res.data.campaign.emails[p];
                         
                         for (var d in f){
+                            Roo.log(d);
                             Roo.example.Editor[d].setValue(f[d])
                         }
                     }