Sample/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:30:36 +0000 (18:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:30:36 +0000 (18:30 +0800)
Sample/EditProject.js

index 7524b91..7d2346c 100644 (file)
@@ -24,9 +24,10 @@ EditProject=new XObject({
             this.init();
         }
         var _this = this;
-        [ 'xtype' , 'name' ].forEach(function(k) {
+        [ 'xtype'  ].forEach(function(k) {
             _this.get(k).setValue(typeof(c[k]) == 'undefined' ? '' : c[k]);
         });
+       // shouild set path..
         
         this.el.show_all();
         this.success = c.success;